mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-18 21:48:31 +03:00
non-crashing CSpot + spi_master and override fixes
This commit is contained in:
@@ -13,5 +13,6 @@ Episode.gid type:FT_POINTER
|
||||
Episode.name type:FT_POINTER
|
||||
ImageGroup.image type:FT_POINTER
|
||||
Episode.audio type:FT_POINTER
|
||||
Episode.covers type:FT_POINTER
|
||||
Restriction.countries_allowed type:FT_POINTER
|
||||
Restriction.countries_forbidden type:FT_POINTER
|
||||
@@ -45,6 +45,7 @@ message Episode {
|
||||
optional string name = 2;
|
||||
optional sint32 duration = 7;
|
||||
repeated AudioFile audio = 12;
|
||||
optional ImageGroup covers = 0x44;
|
||||
}
|
||||
|
||||
enum AudioFormat {
|
||||
|
||||
Reference in New Issue
Block a user