NewPipe-app-android/app/src/main/java/org/schabi/newpipe/database/playlist
Stypox a8a96b7631
Fix Room warning about unused columns during build
The warning was: "The query returns some columns [...] which are not used by ..."
2022-02-19 17:13:57 +01:00
..
dao Fix Room warning about unused columns during build 2022-02-19 17:13:57 +01:00
model Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PlaylistLocalItem.java Use Comparator's comparing(), nullsLast() and reversed() methods. 2020-11-01 14:44:04 +05:30
PlaylistMetadataEntry.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PlaylistStreamEntry.kt Remove setting uploaderUrl to empty string if null 2021-08-14 20:59:38 +08:00