1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-05 19:42:03 +02:00

Add two new file formats to enumeration

Fixes #212 and #213
This commit is contained in:
Paul Lietar 2017-07-09 20:01:14 +02:00
parent 67deb07250
commit aa86ebf549
3 changed files with 478 additions and 462 deletions

View file

@ -159,6 +159,8 @@ message AudioFile {
OTHER3 = 0x9;
AAC_160 = 0xa;
AAC_320 = 0xb;
OTHER4 = 0xc;
OTHER5 = 0xd;
}
}