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

@@ -24,7 +24,7 @@ data class YouTubeRadio(
nextContinuation = withContext(Dispatchers.IO) {
YouTube.next(
videoId = videoId ?: error("This should not happen"),
videoId = videoId,
playlistId = playlistId,
params = parameters,
playlistSetVideoId = playlistSetVideoId,