Merge pull request #509 from whipper-team/feature/issue-320-isrc-audio-tag

Tag audio tracks with ISRCs (if available)
This commit is contained in:
JoeLametta
2020-09-23 19:56:54 +02:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

View File

@@ -466,8 +466,6 @@ class Program:
if len(performers) > 0:
tags['PERFORMER'] = performers
# TODO/FIXME: ISRC tag
return tags
def getHTOA(self):