Closed 2e0byo closed 9 months ago
@2e0byo I will test this asap.
@2e0byo Just to make sure I understand the issue. When searching for types Playlist and Video, we get results in the opposite order, i.e. the top_hit is a Video and not a Playlist?
In any case, Mopidy-Tidal works as expected when searching so I don't think it is a problem.
Exactly, yes. The opposite used to be true.
@2e0byo Ok, in that case I also vote for 2.
Fixed in #228
Reviewing one of the recent PRs I found a failing test. Digging into it upstream has changed. Previously we gauranteed (via the test suite) that
top_hit
would be a playlist if multiple types were passed:There is no logic for this behaviour in python-tidal and tidal now returns (at least in this case) a video. What should we do?
Playlist
and then returning itstop_hit
?@tehkillerbee out of interest does this break our browsing 'top hits' in mopidy-tidal? I haven't had time to check.
My preference is for 2, but I don't know if people are relying on this. For now I'll xfail the test.