-
-
Notifications
You must be signed in to change notification settings - Fork 38
Use new get_radio_mix for Track and Artist #118
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
Conversation
5767365 to
ff00e65
Compare
|
Does 0.8.5 work with this? And does 0.8.5 load the home page? |
| if parameter.get_string() == "": | ||
| return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are those for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case the parameter of the action is empty it will not try to load the page with an empty id.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case the parameter of the action is empty
does that ever actually happen? and if it happens, will it pop off the stack or will it just load a blank page?
Yes and yes. |
|
For tracks that have a radio available, this seems to work. Artists too. Homepage is not loading for me, checking which tidal package version I have... |
|
Exception "Item type 'DEEP_LINK' not implemented" |
|
It is on 0.8.5 but probably not related to this PR specifically. |
this got fixed upstream in the upcoming release I believe |
Yes, Then I'd merge this |
|
I saw 0.8.6 was released, testing that... |
It works for me |
|
works with 0.8.6 for me; will adapt pkgbuilds |
|
Works indee, will update nixpkgs |
This needs
python-tidal >= v0.8.4, but now this version doesn't load the home page