mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
History state is persisted across page reloads now
This commit is contained in:
@@ -47,7 +47,7 @@ define(
|
||||
this.model = options.model;
|
||||
this.series = options.series;
|
||||
|
||||
this.collection = new HistoryCollection({ episodeId: this.model.id });
|
||||
this.collection = new HistoryCollection({ episodeId: this.model.id, tableName: 'episodeActivity' });
|
||||
this.collection.fetch();
|
||||
this.listenTo(this.collection, 'sync', this._showTable);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user