We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64be583 commit 526d248Copy full SHA for 526d248
main.py
@@ -143,7 +143,7 @@ def add_tracks_to_playlist(track_ids):
143
144
145
if __name__ == "__main__":
146
- SCOPE = "playlist-modify-public user-library-modify"
+ SCOPE = "playlist-modify-public playlist-modify-private user-library-modify"
147
MUSIC_DIR = ""
148
# Write the dirpath directly here to avoid having to do it through terminal.
149
# Make sure to escape backslashes. Examples:
0 commit comments