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

Fix to enable tuner edit again

This commit is contained in:
dinki 2019-07-02 12:47:45 -05:00
parent b592abbeff
commit e358f84bec

View file

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