diff --git a/app/actions/fetch_medias.py b/app/actions/fetch_medias.py index 093d849a..5364fc10 100644 --- a/app/actions/fetch_medias.py +++ b/app/actions/fetch_medias.py @@ -115,7 +115,7 @@ class FetchMediasAction(BaseAction): @property def success(self) -> bool: - return self._has_error + return not self._has_error def __get_source(self, source: str): """