fix + new case design
This commit is contained in:
@@ -232,7 +232,7 @@ class Spotify(object):
|
||||
data = {}
|
||||
|
||||
if uri:
|
||||
if uri.startswith('spotify:track:'):
|
||||
if uri.startswith('spotify:track:') or uri.startswith('spotify:episode:'):
|
||||
data = {
|
||||
"uris": [uri]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user