diff --git a/src/tiny_tag_editor.cpp b/src/tiny_tag_editor.cpp index 41feaaed..ab2801eb 100644 --- a/src/tiny_tag_editor.cpp +++ b/src/tiny_tag_editor.cpp @@ -140,7 +140,7 @@ void TinyTagEditor::EnterPressed() if (myOldScreen == myPlaylist) myPlaylist->Items->Current() = s; else if (myOldScreen == myBrowser) - *myBrowser->Main()->Current().song = s; + myBrowser->GetDirectory(myBrowser->CurrentDir()); } } else