i dont know

This commit is contained in:
Lars Behrends
2025-10-20 23:40:55 +02:00
parent 552bb72370
commit 73d8441787
33 changed files with 3079 additions and 69 deletions

View File

@@ -790,7 +790,7 @@ class JellyfinSyncService extends BaseSyncService
try {
// Create images directory structure if it doesn't exist
$imagesDir = "public/images/{$type}";
$imagesDir = __DIR__ . "/../../storage/images/{$type}";
if (!is_dir($imagesDir)) {
if (!mkdir($imagesDir, 0755, true)) {
$this->logProgress("Warning: Could not create images directory: {$imagesDir}");