Skip to content

Commit

Permalink
Merge pull request #393 from dinki/cherrypick-380
Browse files Browse the repository at this point in the history
Fix to enable tuner edit again
  • Loading branch information
joshuaboniface committed Jul 24, 2019
2 parents c9e70d9 + cafef10 commit 1d0fd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/livetvtuner.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1d0fd79

Please sign in to comment.