Files
Melora/app/formatters.py
Claude 693ab9f217 Fix sonarr formatter crash when episodeFile.quality is a string
Sonarr can send quality as a plain string instead of the nested
{"quality": {"name": ...}} object. Guard with an isinstance check
and fall back to using the string value directly.

https://claude.ai/code/session_0188gygwJLdYhxbKvEz2jFjr
2026-02-28 09:54:09 +00:00

3.3 KiB