Add error field to DownloadItem dataclass

This commit is contained in:
Rafael Moraes
2025-10-29 23:30:18 -03:00
parent 48a8c940e1
commit dfa38c6736
+1
View File
@@ -27,6 +27,7 @@ class DownloadItem:
synced_lyrics_path: str = None
cover_path: str = None
flat_filter_result: Any = None
error: Exception = None
@dataclass