mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
Fix type for MP4 date tag in MediaTags
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ class MediaTags:
|
||||
"cmID": [self.composer_id],
|
||||
"soco": [self.composer_sort],
|
||||
"cprt": [self.copyright],
|
||||
"\xa9day": date_mp4,
|
||||
"\xa9day": [date_mp4],
|
||||
"disk": disc_mp4,
|
||||
"pgap": [bool(self.gapless) if self.gapless is not None else None],
|
||||
"\xa9gen": [self.genre],
|
||||
|
||||
Reference in New Issue
Block a user