finhsing CSpot integration

This commit is contained in:
Philippe G
2021-12-24 21:56:42 -08:00
parent e2bcb041e9
commit 7f894f1635
11 changed files with 102 additions and 89 deletions

View File

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