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

restored live tv playback in the web client

This commit is contained in:
Luke Pulverenti 2014-03-30 12:49:40 -04:00
parent 121107918d
commit 7dd0efdcc2
11 changed files with 197 additions and 63 deletions

View file

@ -114,6 +114,7 @@
ApiClient.getLiveTvChannel(currentItem.ChannelId, Dashboard.getCurrentUserId()).done(function (channel) {
var userdata = channel.UserData || {};
LibraryBrowser.showPlayMenu(this, channel.Id, channel.Type, false, channel.MediaType, userdata.PlaybackPositionTicks);
});
});