Skip to content
Snippets Groups Projects
Commit 848b3a1a authored by Robert Goldmann's avatar Robert Goldmann
Browse files

added explanation for local files

parent 5e4453a4
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,8 @@ class SpotifyAutoPlaylistCreator: ...@@ -68,6 +68,8 @@ class SpotifyAutoPlaylistCreator:
break break
if track['is_local']: if track['is_local']:
# It's not possible to add a local track to a playlist using the web API.
# https://github.com/plamere/spotipy/issues/793#issuecomment-1082421408
LOGGER.info(f'Skipping local track "{track["track"]["name"]}"') LOGGER.info(f'Skipping local track "{track["track"]["name"]}"')
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment