Cache artist information

This commit is contained in:
vfsfitvnm
2022-06-29 20:15:43 +02:00
parent 309a1a4237
commit 1fb50169ff
5 changed files with 166 additions and 59 deletions

View File

@@ -62,7 +62,7 @@ data class NavigationEndpoint(
data class Watch(
val params: String? = null,
val playlistId: String? = null,
val videoId: String,
val videoId: String? = null,
val index: Int? = null,
val playlistSetVideoId: String? = null,
val watchEndpointMusicSupportedConfigs: WatchEndpointMusicSupportedConfigs? = null,