mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
New migration to fix moving from UseSceneName to RenameEpsiodes
This commit is contained in:
parent
a216e37d6a
commit
c719b17ac0
3 changed files with 20 additions and 4 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue