Scanner Fixes (#2800)
This commit is contained in:
parent
123917fbec
commit
8167fc5a4f
34 changed files with 462 additions and 203 deletions
|
@ -578,6 +578,13 @@ public class SeriesService : ISeriesService
|
|||
return !chapter.IsSpecial && chapter.MinNumber.IsNot(Parser.DefaultChapterNumber);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Should the volume be included and if so, this renames
|
||||
/// </summary>
|
||||
/// <param name="volume"></param>
|
||||
/// <param name="libraryType"></param>
|
||||
/// <param name="volumeLabel"></param>
|
||||
/// <returns></returns>
|
||||
public static bool RenameVolumeName(VolumeDto volume, LibraryType libraryType, string volumeLabel = "Volume")
|
||||
{
|
||||
if (libraryType is LibraryType.Book or LibraryType.LightNovel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue