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