mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Temporary fix for #74
This commit is contained in:
parent
f4c409ffa5
commit
95c63fec7f
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,9 @@ message AudioFile {
|
||||||
MP3_96 = 0x6;
|
MP3_96 = 0x6;
|
||||||
OTHER = 0x7;
|
OTHER = 0x7;
|
||||||
OTHER2 = 0x8;
|
OTHER2 = 0x8;
|
||||||
|
OTHER3 = 0x9;
|
||||||
|
OTHER4 = 0xa;
|
||||||
|
OTHER5 = 0xb;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue