diff options
Diffstat (limited to 'src/title-menu-item.c')
-rw-r--r-- | src/title-menu-item.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/title-menu-item.c b/src/title-menu-item.c index 19df676..d8130a0 100644 --- a/src/title-menu-item.c +++ b/src/title-menu-item.c @@ -1,4 +1,4 @@ -/* title-menu-item.c generated by valac 0.11.2, the Vala compiler +/* title-menu-item.c generated by valac 0.11.3, the Vala compiler * generated from title-menu-item.vala, do not modify */ /* @@ -103,6 +103,7 @@ struct _PlayerController { gint current_state; GeeArrayList* custom_items; Mpris2Controller* mpris_bridge; + gboolean* use_playlists; }; struct _PlayerControllerClass { |