[fix] Landscape Playlist

This commit is contained in:
acite
2025-09-27 21:07:28 +08:00
parent c21defb426
commit 9bad0dcbc2
4 changed files with 282 additions and 72 deletions

View File

@@ -60,6 +60,7 @@ class VideoPlayerViewModel @Inject constructor(
val recentManager: RecentManager,
val videoLibrary: VideoLibrary,
) : ViewModel() {
var showPlaylist by mutableStateOf(false)
var isLandscape by mutableStateOf(false)
var tabIndex by mutableIntStateOf(0)
var isPlaying by mutableStateOf(true)