mirror of
https://github.com/WorldObservationLog/AppleMusicDecrypt.git
synced 2026-01-15 14:22:54 -03:00
fix: Wrong sdcard path
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user