Updated PyPi to 1.1.15
This commit is contained in:
parent
eaf0ecd086
commit
10002f3a78
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env python3
|
#!/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:
|
if trackAPI['SNG_ID'] == 0:
|
||||||
result['error'] = {
|
result['error'] = {
|
||||||
'message': "This track is not available on Deezer!",
|
'message': "Track not available on Deezer!",
|
||||||
'errid': 'notOnDeezer'
|
'errid': 'notOnDeezer'
|
||||||
}
|
}
|
||||||
if 'SNG_TITLE' in trackAPI:
|
if 'SNG_TITLE' in trackAPI:
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ README = (HERE / "README.md").read_text()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="deemix",
|
name="deemix",
|
||||||
version="1.1.14",
|
version="1.1.15",
|
||||||
description="A barebone deezer downloader library",
|
description="A barebone deezer downloader library",
|
||||||
long_description=README,
|
long_description=README,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|
Loading…
Reference in New Issue