fix + new case design

This commit is contained in:
2022-03-13 09:28:58 +01:00
parent 0d432e2fd8
commit 434b815d91
15 changed files with 139 additions and 85 deletions
+1 -1
View File
@@ -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]
}