mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 14:25:25 +02:00
Change:Chromecast support no longer experimental #367
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<p class="pl-4 text-lg">Ignore prefix "The" when sorting title and series</p>
|
<p class="pl-4 text-lg">Ignore prefix "The" when sorting title and series</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="showExperimentalFeatures" class="flex items-center py-2">
|
<div class="flex items-center py-2">
|
||||||
<ui-toggle-switch v-model="newServerSettings.chromecastEnabled" :disabled="updatingServerSettings" @input="(val) => updateSettingsKey('chromecastEnabled', val)" />
|
<ui-toggle-switch v-model="newServerSettings.chromecastEnabled" :disabled="updatingServerSettings" @input="(val) => updateSettingsKey('chromecastEnabled', val)" />
|
||||||
<p class="pl-4 text-lg">Enable Chromecast</p>
|
<p class="pl-4 text-lg">Enable Chromecast</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user