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

add logging

This commit is contained in:
Luke Pulverenti 2016-06-29 22:38:20 -04:00
parent e8739bf7c3
commit 582ff892c7
5 changed files with 18 additions and 8 deletions

View file

@ -310,6 +310,13 @@
if (!controller) {
tabContent = view.querySelector('.pageTabContent[data-index=\'' + index + '\']');
controller = index ? new controllerFactory(view, params, tabContent) : self;
if (index == 2) {
controller.mode = 'albumartists';
} else if (index == 3) {
controller.mode = 'artists';
}
tabControllers[index] = controller;
if (controller.initTab) {