Skip to content

Commit 526d248

Browse files
unsyncBoscoDomingo
authored andcommitted
update scope to allow updating a private playlist
1 parent 64be583 commit 526d248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def add_tracks_to_playlist(track_ids):
143143

144144

145145
if __name__ == "__main__":
146-
SCOPE = "playlist-modify-public user-library-modify"
146+
SCOPE = "playlist-modify-public playlist-modify-private user-library-modify"
147147
MUSIC_DIR = ""
148148
# Write the dirpath directly here to avoid having to do it through terminal.
149149
# Make sure to escape backslashes. Examples:

0 commit comments

Comments
 (0)