diff --git a/plugins/alist_strm_gen.py b/plugins/alist_strm_gen.py index a7ef7f9..2f87b67 100644 --- a/plugins/alist_strm_gen.py +++ b/plugins/alist_strm_gen.py @@ -94,6 +94,7 @@ class Alist_strm_gen: return True, (storage_mount_path, quark_root_dir) else: print(f"Alist刷新: 不支持[{storage_info['driver']}]驱动 ❌") + return False, (None, None) def get_storage_info(self, storage_id): url = f"{self.url}/api/admin/storage/get"