feat: auto-reconnect VOD playback after network loss

This commit is contained in:
edde746
2026-03-10 18:47:31 +01:00
parent af2ac2c993
commit 23a100afdc
3 changed files with 40 additions and 1 deletions
+3 -1
View File
@@ -220,7 +220,9 @@ class PlayerAndroid extends PlayerBase {
}
}
break;
// Other properties are no-ops for ExoPlayer
default:
// Forward unknown properties to Kotlin for MPV fallback
await invoke('setMpvProperty', {'name': name, 'value': value});
}
}