From bd3507145fa4263c16f3dcd0d7804796c516117e Mon Sep 17 00:00:00 2001 From: Tung Huynh Date: Thu, 25 Apr 2024 23:39:30 -0700 Subject: [PATCH] fix play album command not updating correctly in a gridview --- Screenbox/Controls/CommonGridViewItem.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Screenbox/Controls/CommonGridViewItem.xaml b/Screenbox/Controls/CommonGridViewItem.xaml index dd281fd42..d710f5b6d 100644 --- a/Screenbox/Controls/CommonGridViewItem.xaml +++ b/Screenbox/Controls/CommonGridViewItem.xaml @@ -63,7 +63,7 @@ Padding="0" HorizontalAlignment="Right" VerticalAlignment="Bottom" - Command="{x:Bind PlayCommand, Mode=TwoWay}" + Command="{x:Bind PlayCommand, Mode=OneWay}" CommandParameter="{Binding}" CornerRadius="99" Opacity="0"