Set has_video flag for AppleTV devices

This commit is contained in:
Julien BLACHE
2011-03-05 10:29:05 +01:00
parent f3e7836453
commit db67f4ed6f
2 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ enum repeat_mode {
struct spk_flags {
unsigned selected:1;
unsigned has_password:1;
unsigned has_video:1;
};
struct player_status {