Merge pull request #1709 from jellyfin/unstable

Rename chromecast flavors
This commit is contained in:
dkanada
2020-07-31 22:18:44 +09:00
committed by GitHub
3 changed files with 5 additions and 4 deletions
@@ -85,7 +85,7 @@
<div class="selectContainer">
<select is="emby-select" class="selectChromecastVersion" label="${LabelChromecastVersion}">
<option value="stable">${LabelStable}</option>
<option value="nightly">${LabelNightly}</option>
<option value="unstable">${LabelUnstable}</option>
</select>
</div>