v2026.06.03 — Media3 like button + Bluetooth/UPnP picker + system playlist daily rotation #77
@@ -262,7 +262,7 @@ class HomeViewModel @Inject constructor(
|
|||||||
val detail = try {
|
val detail = try {
|
||||||
withTimeout(PLAYLIST_FETCH_TIMEOUT_MS) {
|
withTimeout(PLAYLIST_FETCH_TIMEOUT_MS) {
|
||||||
if (playlist.refreshable && playlist.systemVariant != null) {
|
if (playlist.refreshable && playlist.systemVariant != null) {
|
||||||
playlistsRepository.systemShuffle(playlist.systemVariant!!)
|
playlistsRepository.systemShuffle(playlist.systemVariant)
|
||||||
} else {
|
} else {
|
||||||
playlistsRepository.refreshDetail(playlist.id)
|
playlistsRepository.refreshDetail(playlist.id)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user