mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Episode grid will show downloading on grab
New: Update episode status in UI on grab and download
This commit is contained in:
+2
-2
@@ -73,10 +73,10 @@ define(
|
||||
App.mainRegion.show(new MissingLayout());
|
||||
},
|
||||
|
||||
history: function () {
|
||||
history: function (action) {
|
||||
this._setTitle('History');
|
||||
|
||||
App.mainRegion.show(new HistoryLayout());
|
||||
App.mainRegion.show(new HistoryLayout({ action: action }));
|
||||
},
|
||||
|
||||
rss: function () {
|
||||
|
||||
Reference in New Issue
Block a user