-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Fixed a bug that prevented the display of multiple empty playlists #13055
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
|
@Stypox Hello! Look at it e44d092 seems like my PR remades change which was already merge long time ago but for some reason was then reverted.... So bug was reintroduced. What would you say? I wanted to find who made that SQL but found that years ago someone already did what I did in this PR and that it was merged (by you)...
|
ab19838 to
9c79c1c
Compare
¯\_(ツ)_/¯ it works but is it correct at all|
We should add a comment so that this is not reverted again |
The only note I can imagine is to just copy description of #9642, modify to accommodate current state and put it as comment inside file. Something like:
Is that sufficient? |
Turned out this bug was already fixed two years ago but unfortunately it made its way back again. It was solved in TeamNewPipe#9642 but back then another method was used for querying playlists from db (for add playlist dialog) then in ef4a623 was introduced another method which had the same problem as fixed in TeamNewPipe#9642 and which eventually replaced original method in code for querying playlists from db (for add playlist dialog)
9c79c1c to
402f43e
Compare
TobiGr
left a comment
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.
thank you!
What is it?
Description of the changes in your PR
Turned out this bug was already fixed two years ago but unfortunately
it made its way back again. It was solved in #9642 but back then another
method was used for querying playlists from db (for add playlist dialog) then in
ef4a623 was introduced another method
which had the same problem as fixed in #9642 and which eventually replaced
original method in code for querying playlists from db (for add playlist dialog)
Fixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
Due diligence