mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4843 from nielsvanvelzen/nvv-cc-from-user-config
Use cast receiver application from user configuration
This commit is contained in:
commit
d7ccd24094
4 changed files with 42 additions and 40 deletions
|
@ -139,10 +139,7 @@
|
|||
</div>
|
||||
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" class="selectChromecastVersion" label="${LabelChromecastVersion}">
|
||||
<option value="stable">${LabelStable}</option>
|
||||
<option value="unstable">${LabelUnstable}</option>
|
||||
</select>
|
||||
<select is="emby-select" class="selectChromecastVersion" label="${LabelChromecastVersion}"></select>
|
||||
</div>
|
||||
|
||||
<div class="selectContainer">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue