Skip to content

Commit

Permalink
Fix Spotify's field syntax change (#367)
Browse files Browse the repository at this point in the history
This stopped working for no reason. Spotify have ignored my bug report.
  • Loading branch information
kingosticks authored Dec 20, 2023
1 parent 48faaaa commit 2007771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_spotify/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class SpotifyOAuthClient(OAuthClient):
"artists,album,is_playable,linked_from.uri))"
)
PLAYLIST_FIELDS = (
f"name,owner.id,type,uri,snapshot_id,tracks({TRACK_FIELDS}),"
f"name,owner(id),type,uri,snapshot_id,tracks({TRACK_FIELDS}),"
)
DEFAULT_EXTRA_EXPIRY = 10

Expand Down

0 comments on commit 2007771

Please sign in to comment.