mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Logs won't throw when cleared from a page past page 1
This commit is contained in:
@@ -119,6 +119,7 @@ define(
|
||||
},
|
||||
|
||||
_refreshLogs: function () {
|
||||
this.collection.state.currentPage = 1;
|
||||
this.collection.fetch({ reset: true });
|
||||
this._showTable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user