mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Merge pull request #393 from dinki/cherrypick-380
Fix to enable tuner edit again
This commit is contained in:
commit
1d0fd79eb1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user