warn when AUTO_COPY_TO_SONARR is enabled but series has no Sonarr path #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If Sonarr returns no
pathfield for a series (e.g. the series was added without a root folder configured), the script downloads to staging but the transfer step silently does nothing, leaving files stranded.Fix: check that
series_info.get('path')is non-empty before starting episode processing when AUTO_COPY_TO_SONARR is true, and exit with a clear error.