mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Quality size settings save now, with fancy messages
This commit is contained in:
parent
30827e91b6
commit
af88bcdbf3
5 changed files with 230 additions and 6 deletions
|
@ -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);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue