Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/a550e94feed0924b0fee60a45619e03f50021f43 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Series type won't flash back to Standard when adding an Anime series

pull/90/head
Mark McDowall 11 years ago
parent 7af782d353
commit a550e94fee

@ -155,10 +155,13 @@ define(
var seriesType = this.ui.seriesType.val();
var seasonFolder = this.ui.seasonFolder.prop('checked');
this.model.set('qualityProfileId', quality);
this.model.set('rootFolderPath', rootFolderPath);
this.model.set('seasonFolder', seasonFolder);
this.model.set('seriesType', seriesType);
this.model.set({
qualityProfileId: quality,
rootFolderPath: rootFolderPath,
seasonFolder: seasonFolder,
seriesType: seriesType
}, { silent: true });
this.model.setSeasonPass(startingSeason);
var self = this;

Loading…
Cancel
Save