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

added keyframe setting

This commit is contained in:
Luke Pulverenti 2015-08-28 13:39:52 -04:00
parent 3bae11071d
commit b18aec8344
12 changed files with 50 additions and 18 deletions

View file

@ -20,6 +20,7 @@
view.ImageTags = {};
view.icon = 'live-tv';
view.onclick = "LibraryBrowser.showTab('livetv.html', 0);return false;";
var guideView = $.extend({}, view);
guideView.Name = Globalize.translate('ButtonGuide');