-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
top_hit is no longer automatically a playlist #175
Comments
@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. |
Merged
Fixed in #228 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: