tidal-hifi icon indicating copy to clipboard operation
tidal-hifi copied to clipboard

API returns empty album

Open SpaceBison opened this issue 1 month ago • 1 comments

When calling /current, the response json always contains an empty string instead of album name.

Here's an example:

{
  "title": "Unspoken",
  "artists": "Kylesa",
  "album": "",
  "icon": "/home/cmb/.config/tidal-hifi/notification.jpg",
  "playingFrom": "Mix",
  "status": "paused",
  "url": "https://tidal.com/browse/track/36674709?u",
  "current": "1:58",
  "currentInSeconds": 118,
  "duration": "4:47",
  "durationInSeconds": 287,
  "image": "https://resources.tidal.com/images/afed4269/ee06/4c89/a547/3eba5116738b/640x640.jpg",
  "favorite": false,
  "player": {
    "status": "paused",
    "shuffle": false,
    "repeat": "off"
  },
  "artist": "Kylesa"
}

SpaceBison avatar Oct 09 '25 12:10 SpaceBison

Sometimes album incorrectly reports the playlist name instead of the album, so this issue is likely linked to #505.

p-mng avatar Nov 01 '25 14:11 p-mng