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

Fix dashboard tab links

This commit is contained in:
Bill Thornton 2020-12-03 16:13:27 -05:00
parent 9155899860
commit f9ee9aeeb3
9 changed files with 29 additions and 29 deletions

View file

@ -79,10 +79,10 @@ import confirm from '../../../components/confirm/confirm';
function getTabs() {
return [{
href: 'dlnasettings.html',
href: '#!/dlnasettings.html',
name: globalize.translate('Settings')
}, {
href: 'dlnaprofiles.html',
href: '#!/dlnaprofiles.html',
name: globalize.translate('TabProfiles')
}];
}