mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Fixed: Manual Movie Page Filtering.
This commit is contained in:
@@ -5,6 +5,7 @@ fullCollection.reset();
|
||||
fullCollection.bindSignalR();
|
||||
fullCollection.state.pageSize = -1;
|
||||
fullCollection.state.page = 0;
|
||||
fullCollection.mode = "client";
|
||||
fullCollection.parseRecords = function(resp) {
|
||||
return resp;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user