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:
parent
d1f8d6afc2
commit
d808aced1d
5 changed files with 61 additions and 21 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue