mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Quality size settings save now, with fancy messages
This commit is contained in:
@@ -6,8 +6,6 @@ define(['app',
|
||||
var model = DeepModel.DeepModel.extend({
|
||||
|
||||
initialize: function () {
|
||||
|
||||
// App.vent.on(App.Commands.SaveSettings, this.saveSettings, this);
|
||||
this.listenTo(App.vent, App.Commands.SaveSettings, this.saveSettings);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user