mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-28 10:32:34 -04:00
Float-based Volumes (#2659)
This commit is contained in:
@@ -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)}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user