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

added create live tv timer page

This commit is contained in:
Luke Pulverenti 2013-11-29 13:44:51 -05:00
parent ac0cc84f9d
commit 5046f6e987
8 changed files with 48 additions and 10 deletions

View file

@ -9,12 +9,12 @@
var imgUrl;
var isDefault;
if (channel.PrimaryImageTag) {
if (channel.ImageTags.Primary) {
imgUrl = apiClient.getUrl("LiveTV/Channels/" + channel.Id + "/Images/Primary", {
tag: channel.PrimaryImageTag,
tag: channel.ImageTags.Primary,
height: 300
});