Update Player.svelte
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
import { _ } from '$lib/i18n';
|
||||
import { get } from 'svelte/store';
|
||||
import {
|
||||
backendInUseStore,
|
||||
playerAlwaysLoopStore,
|
||||
playerAndroidLockOrientation,
|
||||
playerAndroidPauseOnNetworkChange,
|
||||
@@ -122,7 +123,7 @@
|
||||
<i>arrow_drop_down</i>
|
||||
</div>
|
||||
|
||||
{#if isUnrestrictedPlatform() && !isYTBackend()}
|
||||
{#if isUnrestrictedPlatform() && $backendInUseStore === 'ivg'}
|
||||
<div class="field suffix surface-container-highest label">
|
||||
<select
|
||||
tabindex="0"
|
||||
|
||||
Reference in New Issue
Block a user