There was an error while loading. Please reload this page.
1 parent 72bbaf4 commit b4002baCopy full SHA for b4002ba
1 file changed
fuo_ytmusic/consts.py
@@ -1,5 +1,6 @@
1
+from pathlib import Path
2
from feeluown.consts import DATA_DIR
-HEADER_FILE = DATA_DIR / "ytmusic_header.json"
3
+HEADER_FILE = Path(DATA_DIR) / "ytmusic_header.json"
4
REQUIRED_COOKIE_FIELDS = [
5
"HSID",
6
"SSID",
0 commit comments