fix: prepends episode/season number to filename if doesn't exist. should fix monitors repeatedly downloading episodes

This commit is contained in:
2025-06-21 23:26:55 -05:00
parent be7b610111
commit 7b3d57b94a
5 changed files with 30 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ class DownloadMediaInput implements InputInterface
#[SourceRequest('imdbId')]
public string $imdbId,
#[SourceRequest('episodeId', nullify: true)]
public ?string $episodeId = null,
public ?int $userId = null,
public ?int $downloadId = null,