You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-07-15 01:25:05 +02:00
Actioneer won't blow up after saving model
This commit is contained in:
@ -38,6 +38,8 @@ define(
|
||||
},
|
||||
|
||||
_handlePromise: function (promise, options) {
|
||||
var self = this;
|
||||
|
||||
promise.done(function () {
|
||||
self._onSuccess(options);
|
||||
});
|
||||
|
Reference in New Issue
Block a user