mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fix selectors for music list on request page to get sorting working
This commit is contained in:
parent
f2b6876c59
commit
c882a41eb1
2 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue