diff --git a/app/helper/resource.py b/app/helper/resource.py index d1223edd..0d50a07d 100644 --- a/app/helper/resource.py +++ b/app/helper/resource.py @@ -17,7 +17,7 @@ class ResourceHelper(metaclass=Singleton): # 资源包的git仓库地址 _repo = "https://raw.githubusercontent.com/jxxghp/MoviePilot-Resources/main/package.json" _files_api = f"https://api.github.com/repos/jxxghp/MoviePilot-Resources/contents/resources" - _base_dir: Path = settings.ROOT_PATH / "app" + _base_dir: Path = settings.ROOT_PATH def __init__(self): self.siteshelper = SitesHelper()