Fix bug of "ReleaseDate"

This commit is contained in:
Yaronzz
2022-01-21 10:56:08 +08:00
parent 3848c4cf89
commit 30917d1b0f
4 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@@ -30,7 +30,7 @@ __LOGO__ = '''
https://github.com/yaronzz/Tidal-Media-Downloader
'''
VERSION = '2022.01.21.1'
VERSION = '2022.01.21.2'
class Printf(object):

View File

@@ -151,7 +151,7 @@ def getAlbumPath(conf: Settings, album):
retpath = retpath.replace(R"{NumberOfTracks}", str(album.numberOfTracks))
retpath = retpath.replace(R"{NumberOfVideos}", str(album.numberOfVideos))
retpath = retpath.replace(R"{NumberOfVolumes}", str(album.numberOfVolumes))
retpath = retpath.replace(R"{ReleaseDate}", album.releaseDate)
retpath = retpath.replace(R"{ReleaseDate}", str(album.releaseDate))
retpath = retpath.replace(R"{RecordType}", album.type)
retpath = retpath.replace(R"{None}", "")
retpath = stripPath(retpath.strip())

View File

@@ -3,6 +3,7 @@ USE pip3 install tidal-dl --upgrade
#### v2022-01-21
- [x] update api key by @morguldir
- [x] Fix bug of "ReleaseDate"
#### v2022-01-18
- [X] Gui: search view