Float-based Volumes (#2659)

This commit is contained in:
Joe Milazzo
2024-01-28 11:37:38 -06:00
committed by GitHub
parent 6fdc9228df
commit f6af6d66be
44 changed files with 3106 additions and 184 deletions
+1 -1
View File
@@ -1109,7 +1109,7 @@ public class OpdsController : BaseApiController
title += $" - {volume.Name}";
}
}
else if (volume.Number != 0)
else if (volume.MinNumber != 0)
{
title = $"{series.Name} - Volume {volume.Name} - {await _seriesService.FormatChapterTitle(userId, chapter, libraryType)}";
}