mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-29 03:05:49 +00:00
Fixed log files refresh
This commit is contained in:
parent
0747e53d4f
commit
4defc04026
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ define(
|
||||||
this.contents.show(new ContentsView({ model: model }));
|
this.contents.show(new ContentsView({ model: model }));
|
||||||
},
|
},
|
||||||
|
|
||||||
_refreshLogs: function () {
|
_refreshLogs: function (buttonContext) {
|
||||||
this.contents.close();
|
this.contents.close();
|
||||||
var promise = this.collection.fetch();
|
var promise = this.collection.fetch();
|
||||||
buttonContext.ui.icon.spinForPromise(promise);
|
buttonContext.ui.icon.spinForPromise(promise);
|
||||||
|
|
Loading…
Reference in a new issue