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

added kodi dlna profile

This commit is contained in:
Luke Pulverenti 2015-08-25 11:08:04 -04:00
parent 1e67c71d7b
commit 20dfe14bb1
3 changed files with 8 additions and 7 deletions

View file

@ -266,9 +266,10 @@
Logger.log('selected tab will be ' + selected);
tabs.selected = selected;
if (!LibraryBrowser.enableFullPaperTabs()) {
if (LibraryBrowser.enableFullPaperTabs()) {
tabs.selected = selected;
} else {
page.querySelector('neon-animated-pages').selected = selected;
}