mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-03 05:10:27 +03:00
Only play fullscreen video in external player (#1066)
This commit is contained in:
@@ -34,7 +34,7 @@ export class ExternalPlayerPlugin {
|
||||
}
|
||||
|
||||
canPlayItem(item, playOptions) {
|
||||
return this._externalPlayer.isEnabled();
|
||||
return this._externalPlayer.isEnabled() && playOptions.fullscreen;
|
||||
}
|
||||
|
||||
currentSrc() {
|
||||
|
||||
Reference in New Issue
Block a user