From cafef103f43172ed19e7125d5c32a42521febc93 Mon Sep 17 00:00:00 2001 From: dinki Date: Tue, 2 Jul 2019 12:47:45 -0500 Subject: [PATCH] Fix to enable tuner edit again --- src/controllers/livetvtuner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/livetvtuner.js b/src/controllers/livetvtuner.js index 8d27093af1..336270a5c2 100644 --- a/src/controllers/livetvtuner.js +++ b/src/controllers/livetvtuner.js @@ -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) {