mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Toolbar/Actioneer callback cleanup
This commit is contained in:
@@ -115,9 +115,9 @@ define(
|
||||
this.model.set(name, !this.model.get(name));
|
||||
|
||||
Actioneer.SaveModel({
|
||||
context : this,
|
||||
element : this.ui.seasonMonitored,
|
||||
alwaysCallback: this._afterSeasonMonitored
|
||||
context: this,
|
||||
element: this.ui.seasonMonitored,
|
||||
always : this._afterSeasonMonitored
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user