Added new Bundle type
This commit is contained in:
parent
09589f9603
commit
4933e01034
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
__version__ = "1.2.15"
|
||||
__version__ = "1.2.16"
|
||||
|
|
|
@ -306,7 +306,7 @@ class Deezer:
|
|||
def get_artist_discography_gw(self, art_id, nb=100):
|
||||
start = 0
|
||||
releases = []
|
||||
RELEASE_TYPE = ["single", "album", "compile", "ep"]
|
||||
RELEASE_TYPE = ["single", "album", "compile", "ep", "bundle"]
|
||||
result = {'all': []}
|
||||
IDs = []
|
||||
while True:
|
||||
|
|
Loading…
Reference in New Issue