Fixed playlist download when using savePlaylistAsCompilation
This commit is contained in:
parent
102cf51d34
commit
e55dabddff
|
@ -364,6 +364,7 @@ class Track:
|
||||||
|
|
||||||
def parsePlaylistData(self, playlist):
|
def parsePlaylistData(self, playlist):
|
||||||
self.playlist = {}
|
self.playlist = {}
|
||||||
|
playlist['various_artist']['role'] = "Main"
|
||||||
if 'dzcdn.net' in playlist['picture_small']:
|
if 'dzcdn.net' in playlist['picture_small']:
|
||||||
url = playlist['picture_small']
|
url = playlist['picture_small']
|
||||||
picType = url[url.find('images/')+7:]
|
picType = url[url.find('images/')+7:]
|
||||||
|
|
Loading…
Reference in New Issue