Item list to support big screen
Fix search for playlist
Fix playlist crash
This commit is contained in:
Hemanth S 2020-09-27 02:09:07 +05:30
parent f2e290d274
commit 209e3d58eb
80 changed files with 1025 additions and 448 deletions

View file

@ -33,7 +33,7 @@ class PlaylistSong(
override val artistName: String,
val playlistId: Long,
val idInPlayList: Long,
override val composer: String,
override val composer: String?,
override val albumArtist: String?
) : Song(
id = id,