prevent from doing any operations if list of songs is empty

master
unK 18 years ago
parent fd7819a6b0
commit 0a534ad8cf
  1. 3
      src/ncmpcpp.cpp

@ -1277,6 +1277,9 @@ int main(int argc, char *argv[])
# ifdef HAVE_TAGLIB_H
case csTagEditor:
{
if (mEditorTags->Empty())
break;
if (wCurrent == mEditorDirs)
{
TagList test;

Loading…
Cancel
Save