1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix metadata editor side bar live tv loading

This commit is contained in:
grafixeyehero 2019-10-25 01:11:43 +03:00
parent 5eb6a4b5ba
commit ab7d3b16e6

View file

@ -107,8 +107,9 @@ define(["datetime", "jQuery", "material-icons"], function (datetime, $) {
});
}
function loadLiveTvChannels(openItems, callback) {
function loadLiveTvChannels(service, openItems, callback) {
ApiClient.getLiveTvChannels({
ServiceName: service,
AddCurrentProgram: false
}).then(function (result) {
var nodes = result.Items.map(function (i) {