mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-11 10:33:18 +08:00
fix rclone
This commit is contained in:
@@ -83,7 +83,7 @@ class StorageBase(metaclass=ABCMeta):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def download(self, fileitm: schemas.FileItem, path: Path):
|
||||
def download(self, fileitm: schemas.FileItem, path: Path) -> bool:
|
||||
"""
|
||||
下载文件,保存到本地
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user