mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-13 17:52:28 +08:00
更新 fetch_medias.py
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user