mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Fixed airdate parsing. Fixed minor UI issues
This commit is contained in:
parent
9d96df9c2e
commit
e6183b1f83
11 changed files with 31 additions and 65 deletions
|
@ -108,7 +108,9 @@ define([
|
|||
},
|
||||
|
||||
initialize: function (options) {
|
||||
this.settings = options.settings;
|
||||
this.settings = new NzbDrone.Settings.SettingsModel();
|
||||
this.settings.fetch();
|
||||
|
||||
this.namingSettings = new NzbDrone.Settings.Naming.NamingModel();
|
||||
this.namingSettings.fetch();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue