cspot duration

This commit is contained in:
Philippe G
2021-12-26 15:48:25 -08:00
parent 676acbdbc2
commit e85733fc32
6 changed files with 33 additions and 27 deletions

View File

@@ -32,9 +32,9 @@ message Artist {
message Track {
optional bytes gid = 1;
optional string name = 2;
optional sint32 duration = 0x7;
optional Album album = 0x3;
repeated Artist artist = 0x4;
optional sint32 duration = 0x7;
repeated Restriction restriction = 0xb;
repeated AudioFile file = 0xc;
repeated Track alternative = 0xd;