Select FLAGS in full playlist projection

This commit is contained in:
Adrian Ulrich 2019-02-18 19:44:33 +01:00
parent 94bb87a210
commit a7c3943e07

View File

@ -82,6 +82,7 @@ public class Song implements Comparable<Song> {
MediaLibrary.SongColumns.DURATION,
MediaLibrary.SongColumns.SONG_NUMBER,
MediaLibrary.SongColumns.DISC_NUMBER,
MediaLibrary.SongColumns.FLAGS,
};
/**