mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-05 14:25:17 -04:00
Last polish (#4102)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
@@ -178,7 +178,7 @@ public class AnnotationService(
|
||||
|
||||
// Get settings for hostname
|
||||
var settings = await unitOfWork.SettingsRepository.GetSettingsDtoAsync();
|
||||
var hostname = !string.IsNullOrWhiteSpace(settings.HostName) ? settings.HostName : "http://localhost:5000";
|
||||
var hostname = !string.IsNullOrWhiteSpace(settings.HostName) ? settings.HostName : $"http://localhost:{Configuration.Port}";
|
||||
|
||||
// Group annotations by series, then by volume
|
||||
var exportData = annotations
|
||||
|
||||
Reference in New Issue
Block a user