Commit 8de3a90b authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: don't manipulate the selection when downloadCoverArt was requested (refs #6892)

parent 3dd486c8
......@@ -1004,7 +1004,6 @@
for (int i = 0; i < i_count; i++)
{
p_item = [[o_outline_view itemAtRow: indexes[i]] pointerValue];
[o_outline_view deselectRow: indexes[i]];
if( p_item && p_item->i_children == -1 )
playlist_AskForArtEnqueue( p_playlist, p_item->p_input );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment