Hide player local video fallback if backend engine in use
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
playerYouTubeJsFallback
|
||||
} from '../../store';
|
||||
import { playbackRates } from '$lib/player';
|
||||
import { isYTBackend } from '$lib/misc';
|
||||
|
||||
let defaultLanguage = $state(get(playerDefaultLanguage));
|
||||
|
||||
@@ -121,7 +122,7 @@
|
||||
<i>arrow_drop_down</i>
|
||||
</div>
|
||||
|
||||
{#if Capacitor.isNativePlatform()}
|
||||
{#if Capacitor.isNativePlatform() && !isYTBackend()}
|
||||
<div class="field suffix border label">
|
||||
<select
|
||||
tabindex="0"
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
tabs.splice(1, 0, {
|
||||
id: 'engine',
|
||||
label: $_('layout.engine'),
|
||||
icon: 'build',
|
||||
icon: 'rocket_launch',
|
||||
component: Engine
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user