fix: Wrong sdcard path

This commit is contained in:
itouakirai
2025-08-26 05:16:12 +08:00
committed by GitHub
parent aa60a16778
commit 71ae30dd2e

View File

@@ -29,8 +29,8 @@ secure = true
[download]
parallelNum = 2 # The recommended value is half of maxRunningTasks
maxRunningTasks = 4 # This value depends on the memory size of the device and is not recommended to be higher than 8
dirPathFormat = "/scdard/Music/{album_artist}/{album}"
playlistDirPathFormat = "/scdard/Music/playlists/{playlistName}"
dirPathFormat = "/sdcard/Music/{album_artist}/{album}"
playlistDirPathFormat = "/sdcard/Music/playlists/{playlistName}"
```
## Step 4: Run AppleMusicDecrypt
`poetry run python main.py`