mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Logs won't throw when cleared from a page past page 1
This commit is contained in:
parent
0974d275ef
commit
ffce325edb
1 changed files with 2 additions and 1 deletions
|
@ -119,6 +119,7 @@ define(
|
|||
},
|
||||
|
||||
_refreshLogs: function () {
|
||||
this.collection.state.currentPage = 1;
|
||||
this.collection.fetch({ reset: true });
|
||||
this._showTable();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue