Removed "PlaylistSongs" field, in order to maintain one source of truth (Playlist.Songs). No not allow reordering when a filter is present on the playlist.
This commit is contained in:
@@ -184,11 +184,11 @@
|
||||
Name="PlaylistListView"
|
||||
ItemsSource="{Binding FilteredPlaylistSongs}"
|
||||
ItemTemplate="{StaticResource SongTemplate}"
|
||||
CanReorderItems="True"
|
||||
CanDragItems="True"
|
||||
CanReorderItems="{Binding CanReorderSongs, Mode=OneWay}"
|
||||
CanDragItems="{Binding CanReorderSongs, Mode=OneWay}"
|
||||
DragItemsStarting="PlaylistListView_DragItemsStarting"
|
||||
DragItemsCompleted="PlaylistListView_DragItemsCompleted"
|
||||
AllowDrop="True"
|
||||
AllowDrop="{Binding CanReorderSongs, Mode=OneWay}"
|
||||
SelectionMode="Extended"
|
||||
SelectionChanged="PlaylistListView_SelectionChanged">
|
||||
<ListView.ContextFlyout>
|
||||
|
||||
Reference in New Issue
Block a user