mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-21 16:22:19 +08:00
fix scraping
This commit is contained in:
@@ -152,7 +152,7 @@ class LocalStorage(StorageBase):
|
||||
return False
|
||||
path_obj = Path(fileitem.path)
|
||||
if not path_obj.exists():
|
||||
return False
|
||||
return True
|
||||
try:
|
||||
if path_obj.is_file():
|
||||
path_obj.unlink()
|
||||
|
||||
Reference in New Issue
Block a user