Add seekable controls back to pip

This commit is contained in:
Alex Kim
2025-07-14 20:50:03 +10:00
parent f88771acda
commit 270c12c2f2

View File

@@ -94,7 +94,7 @@ extension VLCPlayerWrapper: VLCPictureInPictureMediaControlling {
}
func isMediaSeekable() -> Bool {
return false
return player.isSeekable
}
func isMediaPlaying() -> Bool {