Change:Chromecast support no longer experimental #367

This commit is contained in:
advplyr 2022-02-26 16:38:01 -06:00
parent 3a34daef7c
commit cf4824d349

View File

@ -42,7 +42,7 @@
<p class="pl-4 text-lg">Ignore prefix "The" when sorting title and series</p>
</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)" />
<p class="pl-4 text-lg">Enable Chromecast</p>
</div>