chore(tags): add copyright tag

This commit is contained in:
Mathis Maquenne
2025-09-09 10:37:56 +02:00
parent 22ddb2408b
commit 4b2c9c92b8
3 changed files with 9 additions and 6 deletions
+1
View File
@@ -19,6 +19,7 @@ type Album struct {
PhysicalReleaseDate string `json:"PHYSICAL_RELEASE_DATE"`
Label string `json:"LABEL_NAME"`
ProducerLine string `json:"PRODUCER_LINE"`
Copyright string `json:"COPYRIGHT"`
Duration string `json:"DURATION"`
} `json:"DATA"`
Songs struct {