mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-22 05:40:28 +01:00
Working
This commit is contained in:
@@ -107,6 +107,10 @@ class MpvPlayerView: ExpoView {
|
||||
}
|
||||
|
||||
func loadVideo(config: VideoLoadConfig) {
|
||||
// Skip reload if same URL is already playing
|
||||
if currentURL == config.url {
|
||||
return
|
||||
}
|
||||
currentURL = config.url
|
||||
|
||||
let preset = PlayerPreset(
|
||||
|
||||
Reference in New Issue
Block a user