Merge pull request #393 from dinki/cherrypick-380

Fix to enable tuner edit again
This commit is contained in:
Joshua M. Boniface 2019-07-24 10:38:31 -04:00 committed by GitHub
commit 1d0fd79eb1
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) {
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 html = "";
html += types.map(function(tuner) {