Fix type for MP4 date tag in MediaTags

This commit is contained in:
Rafael Moraes
2025-08-31 13:47:57 -03:00
parent 4d150c35a8
commit 30e498aeeb
+1 -1
View File
@@ -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],