mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
History state is persisted across page reloads now
This commit is contained in:
parent
7e20e48023
commit
7dc641b3a9
5 changed files with 22 additions and 8 deletions
|
@ -80,7 +80,7 @@ define(
|
|||
|
||||
|
||||
initialize: function () {
|
||||
this.collection = new HistoryCollection();
|
||||
this.collection = new HistoryCollection({ tableName: 'history' });
|
||||
this.listenTo(this.collection, 'sync', this._showTable);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue