mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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() {
|
function albumLoad() {
|
||||||
var $albumL = $('#MusicList');
|
var $albumL = $('#musicList');
|
||||||
if ($albumL.mixItUp('isLoaded')) {
|
if ($albumL.mixItUp('isLoaded')) {
|
||||||
activeState = $albumL.mixItUp('getState');
|
activeState = $albumL.mixItUp('getState');
|
||||||
$albumL.mixItUp('destroy');
|
$albumL.mixItUp('destroy');
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<!-- TV content -->
|
<!-- TV content -->
|
||||||
<div id="MusicList">
|
<div id="musicList">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue