mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Document new unknown packet 0xb6
This commit is contained in:
parent
9082ffa308
commit
7d27b94cfb
1 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,11 @@ pub enum PacketType {
|
|||
TrackEndedTime = 0x82,
|
||||
UnknownDataAllZeros = 0x1f,
|
||||
PreferredLocale = 0x74,
|
||||
Unknown0x4f = 0x4f,
|
||||
Unknown0x0f = 0x0f,
|
||||
Unknown0x10 = 0x10,
|
||||
Unknown0x4f = 0x4f,
|
||||
|
||||
// TODO - occurs when subscribing with an empty URI. Maybe a MercuryError?
|
||||
// Payload: b"\0\x08\0\0\0\0\0\0\0\0\x01\0\x01\0\x03 \xb0\x06"
|
||||
Unknown0xb6 = 0xb6,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue