Skip to content

Commit

Permalink
Merge pull request #369 from huynhsontung/fix-play-album
Browse files Browse the repository at this point in the history
fix: play album command not updating correctly in a GridView
  • Loading branch information
huynhsontung authored Apr 27, 2024
2 parents 128b949 + bd35071 commit 470cf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Screenbox/Controls/CommonGridViewItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 470cf89

Please sign in to comment.