mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Add initial version of music mode
This commit is contained in:
@@ -65,6 +65,10 @@ struct VideoCell: View {
|
||||
return
|
||||
}
|
||||
|
||||
if player.musicMode {
|
||||
player.toggleMusicMode()
|
||||
}
|
||||
|
||||
if watchingNow {
|
||||
if !player.playingInPictureInPicture {
|
||||
player.show()
|
||||
|
Reference in New Issue
Block a user