fix bug where old media players won't read meta tags

This commit is contained in:
Ritiek Malhotra
2016-12-29 13:05:06 +05:30
committed by GitHub
parent 323981af1d
commit 266586a277

View File

@@ -91,7 +91,7 @@ def fixSong():
shutil.copyfileobj(albumart, out_file)
albumart = open("last_albumart.jpg", "rb").read()
audiofile.tag.images.set(3,albumart,"image/jpeg")
audiofile.tag.save()
audiofile.tag.save(version=(2,3,0))
def playSong():
if not title == '':