Redesign LocalPlaylistScreen (#172)

This commit is contained in:
vfsfitvnm
2022-09-27 15:17:27 +02:00
parent 9d1ed51d61
commit 2e3d437c15
8 changed files with 378 additions and 353 deletions

View File

@@ -19,9 +19,4 @@ data class PlaylistWithSongs(
)
)
val songs: List<DetailedSong>
) {
companion object {
val Empty = PlaylistWithSongs(Playlist(-1, ""), emptyList())
val NotFound = PlaylistWithSongs(Playlist(-2, "Not found"), emptyList())
}
}
)