fix highlighting song in 'go to containing dir' function if right align is used
This commit is contained in:
@@ -2621,7 +2621,7 @@ int main(int argc, char *argv[])
|
|||||||
if (s->GetDirectory() == EMPTY_TAG) // for streams
|
if (s->GetDirectory() == EMPTY_TAG) // for streams
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
string option = DisplaySong(*s);
|
string option = DisplaySong(*s, &Config.song_list_format, mPlaylist);
|
||||||
GetDirectory(s->GetDirectory());
|
GetDirectory(s->GetDirectory());
|
||||||
for (int i = 0; i < mBrowser->Size(); i++)
|
for (int i = 0; i < mBrowser->Size(); i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user