This commit is contained in:
Stefan Hardegger
2025-09-27 08:32:11 +02:00
parent 360b69effc
commit c2e5445196

View File

@@ -644,7 +644,7 @@ public class ImageService {
}
// Also get all collections to catch cover images
List<com.storycove.entity.Collection> allCollections = collectionService.findAll();
List<com.storycove.entity.Collection> allCollections = collectionService.findAllWithTags();
for (com.storycove.entity.Collection collection : allCollections) {
if (collection.getCoverImagePath() != null && !collection.getCoverImagePath().trim().isEmpty()) {
String relativePath = convertAbsolutePathToRelative(collection.getCoverImagePath());