diff options
Diffstat (limited to 'src/scrub-menu-item.vala')
-rw-r--r-- | src/scrub-menu-item.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scrub-menu-item.vala b/src/scrub-menu-item.vala index cfd6312..29fa903 100644 --- a/src/scrub-menu-item.vala +++ b/src/scrub-menu-item.vala @@ -37,14 +37,14 @@ public class ScrubMenuitem : PlayerItem public void update_position(int32 new_position) { this.property_set_int(MENUITEM_POSITION, new_position); - } - + } public static HashSet<string> attributes_format() { HashSet<string> attrs = new HashSet<string>(); attrs.add(MENUITEM_DURATION); attrs.add(MENUITEM_POSITION); + attrs.add(MENUITEM_PLAY_STATE); return attrs; } }
\ No newline at end of file |