Tag audio tracks with ISRCs (if available)

Fixes #320.

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2020-09-19 20:14:22 +00:00
parent 1661e4291e
commit acf942b5b6
2 changed files with 5 additions and 4 deletions

View File

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