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:
parent
5eb6a4b5ba
commit
ab7d3b16e6
1 changed files with 2 additions and 1 deletions
|
@ -107,8 +107,9 @@ define(["datetime", "jQuery", "material-icons"], function (datetime, $) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadLiveTvChannels(openItems, callback) {
|
function loadLiveTvChannels(service, openItems, callback) {
|
||||||
ApiClient.getLiveTvChannels({
|
ApiClient.getLiveTvChannels({
|
||||||
|
ServiceName: service,
|
||||||
AddCurrentProgram: false
|
AddCurrentProgram: false
|
||||||
}).then(function (result) {
|
}).then(function (result) {
|
||||||
var nodes = result.Items.map(function (i) {
|
var nodes = result.Items.map(function (i) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue