do not check in local browser if mpd_music_dir var is set

master
Andrzej Rybczak 17 years ago
parent 5f41640cd9
commit 21bf4ff91c
  1. 3
      src/ncmpcpp.cpp

@ -1127,7 +1127,8 @@ int main(int argc, char *argv[])
} }
else if (Keypressed(input, Key.EditTags)) else if (Keypressed(input, Key.EditTags))
{ {
CHECK_MPD_MUSIC_DIR; if (myScreen != myBrowser || !Config.local_browser)
CHECK_MPD_MUSIC_DIR;
# ifdef HAVE_TAGLIB_H # ifdef HAVE_TAGLIB_H
if (myTinyTagEditor->SetEdited(myScreen->CurrentSong())) if (myTinyTagEditor->SetEdited(myScreen->CurrentSong()))
{ {

Loading…
Cancel
Save