Updated PyPi to 1.2.14
This commit is contained in:
parent
e0fcdaedbb
commit
b3ef035169
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
__version__ = "1.2.13"
|
||||
__version__ = "1.2.14"
|
||||
|
|
|
@ -303,7 +303,7 @@ class Deezer:
|
|||
tracks_array.append(track)
|
||||
return tracks_array
|
||||
|
||||
def get_artist_discography_gw(self, art_id, nb=10):
|
||||
def get_artist_discography_gw(self, art_id, nb=100):
|
||||
start = 0
|
||||
releases = []
|
||||
RELEASE_TYPE = ["single", "album", "compile", "ep"]
|
||||
|
|
Loading…
Reference in New Issue