mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #380 from dinki/dvr_fix
Fix to enable tuner edit again
This commit is contained in:
commit
75521c8414
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ define(["globalize", "loading", "libraryMenu", "dom", "emby-input", "emby-button
|
||||||
}
|
}
|
||||||
|
|
||||||
function fillTypes(view, currentId) {
|
function fillTypes(view, currentId) {
|
||||||
ApiClient.getJSON(ApiClient.getUrl("LiveTv/TunerHosts/Types")).then(function(types) {
|
return ApiClient.getJSON(ApiClient.getUrl("LiveTv/TunerHosts/Types")).then(function(types) {
|
||||||
var selectType = view.querySelector(".selectType");
|
var selectType = view.querySelector(".selectType");
|
||||||
var html = "";
|
var html = "";
|
||||||
html += types.map(function(tuner) {
|
html += types.map(function(tuner) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue