Removing seeking functionality

This commit is contained in:
Alex Kim
2025-07-13 16:55:49 +10:00
parent c71c7e38e1
commit 501b88a71e

View File

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