Updated PyPi to 1.1.15

This commit is contained in:
RemixDev
2020-07-23 16:42:47 +02:00
parent eaf0ecd086
commit 10002f3a78
3 changed files with 3 additions and 3 deletions

View File

@ -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: