Updated PyPi to 1.1.15
This commit is contained in:
parent
eaf0ecd086
commit
10002f3a78
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
__version__ = "1.1.14"
|
||||
__version__ = "1.1.15"
|
||||
|
|
|
@ -459,7 +459,7 @@ def downloadTrackObj(dz, trackAPI, settings, bitrate, queueItem, extraTrack=None
|
|||
|
||||
if trackAPI['SNG_ID'] == 0:
|
||||
result['error'] = {
|
||||
'message': "This track is not available on Deezer!",
|
||||
'message': "Track not available on Deezer!",
|
||||
'errid': 'notOnDeezer'
|
||||
}
|
||||
if 'SNG_TITLE' in trackAPI:
|
||||
|
|
Loading…
Reference in New Issue