1
0
Fork 0
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:
Bond-009 2019-07-02 20:17:10 +02:00 committed by GitHub
commit 75521c8414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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