Skip to content

Tidal API returns only tracks that are available in the queried region #65

Open
@kellnerd

Description

@kellnerd

This VA release should have 100 tracks, but Harmony only loads 99 of them, with track 16 missing.

No idea how this can be solved, the first page of returned tracks from the API only contains 99 tracks although we set a limit of 100: https://openapi.tidal.com/albums/353004537/items?countryCode=GB&limit=100&offset=0
I also experimented with higher offsets of 100 and 200 just in case, but they all return the following response: {"data":[],"metadata":{"total":99}} (when it should probably say "total":100 on each page)

Metadata

Metadata

Assignees

No one assigned

    Labels

    TidalbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions