Open
Conversation
fixed bugs, primarily no-playback related crashes polished ui
fixed additional bugs, made startup screen draw logo instead of writing text, added comments to lines 261 and 583 to mark bugs i couldn't figure out how to fix without removing features or rewriting the entire program
Author
|
forgot to mention that i removed play/pause from the up next menu because most if not all devices with the screen will also have an inbuilt set of media keys and attempting to use the software play/pause would instead bring up the seek menu and skip forward due to both features using the same button combination and the program being unable to distinguish which button was pressed first |
fixed like toggle by just reverting it because either my code or the library don't format the url properly or the api doesnt consider "saved" and "liked" tracks to be the same thing
fixed typo
removed references that vs added for me for some reason
removed error comment because for some reason it just stopped happening
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a NullReferenceException, fixes listening out of liked showing "unknown" on the wrong line and overlapping with long album titles