Add "Other versions" tab in AlbumScreen
This commit is contained in:
@@ -178,7 +178,8 @@ object Innertube {
|
||||
val year: String?,
|
||||
val thumbnail: Thumbnail?,
|
||||
val url: String?,
|
||||
val songsPage: ItemsPage<SongItem>?
|
||||
val songsPage: ItemsPage<SongItem>?,
|
||||
val otherVersions: List<AlbumItem>?
|
||||
)
|
||||
|
||||
data class NextPage(
|
||||
|
||||
Reference in New Issue
Block a user