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

@ -1,3 +1,3 @@
#!/usr/bin/env python3
__version__ = "1.1.14"
__version__ = "1.1.15"

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:

View File

@ -7,7 +7,7 @@ README = (HERE / "README.md").read_text()
setup(
name="deemix",
version="1.1.14",
version="1.1.15",
description="A barebone deezer downloader library",
long_description=README,
long_description_content_type="text/markdown",