mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed airdate parsing. Fixed minor UI issues
This commit is contained in:
@@ -75,8 +75,5 @@ define([
|
||||
throw "unknown download client id" + clientId;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
@@ -21,8 +21,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{debug}}
|
||||
|
||||
{{#each fields}}
|
||||
<div class="control-group">
|
||||
<label class="control-label">{{label}}</label>
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user