key_select_album also works in search results now
This commit is contained in:
committed by
Andrzej Rybczak
parent
7600429383
commit
13dbf65350
@@ -1703,6 +1703,8 @@ int main(int argc, char *argv[])
|
||||
songs = myPlaylist->Items;
|
||||
else if (myScreen->ActiveWindow() == myPlaylistEditor->Content)
|
||||
songs = myPlaylistEditor->Content;
|
||||
else if (myScreen == mySearcher)
|
||||
mySearcher->SelectAlbum();
|
||||
|
||||
if (songs && !songs->Empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user