fix selectors for music list on request page to get sorting working

This commit is contained in:
Drewster727 2016-04-05 12:25:14 -05:00
commit c882a41eb1
2 changed files with 2 additions and 2 deletions

View file

@ -495,7 +495,7 @@ function tvLoad() {
};
function albumLoad() {
var $albumL = $('#MusicList');
var $albumL = $('#musicList');
if ($albumL.mixItUp('isLoaded')) {
activeState = $albumL.mixItUp('getState');
$albumL.mixItUp('destroy');