mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Fixed: Manual Movie Page Filtering.
This commit is contained in:
parent
c708c3f5a1
commit
e2bda29737
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ fullCollection.reset();
|
||||||
fullCollection.bindSignalR();
|
fullCollection.bindSignalR();
|
||||||
fullCollection.state.pageSize = -1;
|
fullCollection.state.pageSize = -1;
|
||||||
fullCollection.state.page = 0;
|
fullCollection.state.page = 0;
|
||||||
|
fullCollection.mode = "client";
|
||||||
fullCollection.parseRecords = function(resp) {
|
fullCollection.parseRecords = function(resp) {
|
||||||
return resp;
|
return resp;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue