Remove unused parameters and dependencies
This commit is contained in:
@@ -4,8 +4,6 @@ spotify:
|
|||||||
username: your_spotify_username
|
username: your_spotify_username
|
||||||
redirect_uri: http://localhost:8888/callback
|
redirect_uri: http://localhost:8888/callback
|
||||||
|
|
||||||
tidal:
|
|
||||||
quality: high # high / lossless
|
|
||||||
|
|
||||||
# uncomment this block if you want to only sync specific playlist IDs
|
# uncomment this block if you want to only sync specific playlist IDs
|
||||||
#sync_playlists:
|
#sync_playlists:
|
||||||
|
|||||||
@@ -2,5 +2,3 @@ spotipy==2.10.0
|
|||||||
tidalapi==0.6.8
|
tidalapi==0.6.8
|
||||||
pyyaml==5.3.1
|
pyyaml==5.3.1
|
||||||
tqdm==4.45.0
|
tqdm==4.45.0
|
||||||
mutagen==1.45.0
|
|
||||||
psutil==5.8.0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user