New migration to fix moving from UseSceneName to RenameEpsiodes

This commit is contained in:
Mark McDowall 2013-07-04 22:25:03 -07:00
commit c719b17ac0
3 changed files with 20 additions and 4 deletions

View file

@ -17,8 +17,7 @@ namespace NzbDrone.Core.Organizer
MultiEpisodeStyle = 0,
IncludeEpisodeTitle = true,
IncludeQuality = true,
ReplaceSpaces = false,
SeasonFolderFormat = "DO_NOT_USE"
ReplaceSpaces = false
};
}
}
@ -38,7 +37,5 @@ namespace NzbDrone.Core.Organizer
public int MultiEpisodeStyle { get; set; }
public bool ReplaceSpaces { get; set; }
public string SeasonFolderFormat { get; set; }
}
}