mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 09:56:09 -05:00
Set has_video flag for AppleTV devices
This commit is contained in:
@@ -35,6 +35,8 @@ enum repeat_mode {
|
||||
struct spk_flags {
|
||||
unsigned selected:1;
|
||||
unsigned has_password:1;
|
||||
|
||||
unsigned has_video:1;
|
||||
};
|
||||
|
||||
struct player_status {
|
||||
|
||||
Reference in New Issue
Block a user