1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

rename chromecast flavors

This commit is contained in:
dkanada 2020-07-31 22:16:20 +09:00
parent 6f1fc1e4a5
commit 79a59d17c3
3 changed files with 5 additions and 4 deletions

View file

@ -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>