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

update hdhr stream

This commit is contained in:
Luke Pulverenti 2016-04-12 13:37:58 -04:00
parent d1f8d6afc2
commit d808aced1d
5 changed files with 61 additions and 21 deletions

View file

@ -832,6 +832,11 @@ var Dashboard = {
icon: 'add-shopping-cart'
}
]
}, {
name: Globalize.translate('TabNotifications'),
icon: 'notifications',
color: 'brown',
href: "notificationsettings.html"
}, {
name: Globalize.translate('TabPlayback'),
icon: 'play-circle-filled',
@ -921,11 +926,6 @@ var Dashboard = {
href: "dashboardhosting.html",
pageIds: ['dashboardHostingPage'],
icon: 'wifi'
}, {
name: Globalize.translate('TabNotifications'),
href: "notificationsettings.html",
pageIds: ['notificationSettingsPage', 'notificationSettingPage'],
icon: 'notifications'
}, {
name: Globalize.translate('TabScheduledTasks'),
href: "scheduledtasks.html",