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

3.0.5588.1

This commit is contained in:
Luke Pulverenti 2015-04-22 09:28:45 -04:00
parent 28277ae30d
commit 796843e9f3
3 changed files with 61 additions and 1 deletions

View file

@ -282,6 +282,9 @@
$('.lnkMovies', page).addClass('ui-btn-active');
}
}
else if (context == 'channels') {
elem = $('.channelTabs', page).show();
}
else if (item.Type == "MusicAlbum") {
$('#albumTabs', page).show();
}