update music filters

This commit is contained in:
Luke Pulverenti 2016-02-15 11:57:51 -05:00
parent d42d6c123a
commit 1bd86570be
11 changed files with 128 additions and 553 deletions

View file

@ -233,25 +233,20 @@
depends.push('scripts/musicalbums');
renderMethod = 'renderAlbumsTab';
initMethod = 'initAlbumsTab';
depends.push('scripts/queryfilters');
break;
case 2:
depends.push('scripts/musicalbumartists');
renderMethod = 'renderAlbumArtistsTab';
initMethod = 'initAlbumArtistsTab';
depends.push('scripts/queryfilters');
break;
case 3:
depends.push('scripts/musicartists');
renderMethod = 'renderArtistsTab';
initMethod = 'initArtistsTab';
depends.push('scripts/queryfilters');
break;
case 4:
depends.push('scripts/songs');
renderMethod = 'renderSongsTab';
initMethod = 'initSongsTab';
depends.push('scripts/queryfilters');
depends.push('paper-icon-item');
depends.push('paper-item-body');
break;