mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-30 17:36:16 +02:00
Reformat code
This commit is contained in:
parent
2efe44517a
commit
0c25a7a42d
3 changed files with 7 additions and 20 deletions
|
@ -111,7 +111,7 @@ void AirplayStream::push()
|
|||
// (2) COVER
|
||||
//
|
||||
// This stems from the Airplay protocol, which treats cover art differently from the rest of the metadata.
|
||||
//
|
||||
//
|
||||
// The process for (1) is as follows:
|
||||
// - The ssnc->mdst message is sent ("metadata start")
|
||||
// - core->asal|asar|minm messages are sent
|
||||
|
@ -127,8 +127,8 @@ void AirplayStream::push()
|
|||
// Here is an example from an older iPad:
|
||||
//
|
||||
// User plays song without cover art
|
||||
// - empty cover art message (2)
|
||||
// - empty cover art message (2)
|
||||
// - empty cover art message (2)
|
||||
// - empty cover art message (2)
|
||||
// - metadata message (1)
|
||||
// - metadata message (1)
|
||||
// - metadata message (1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue