prevent from doing any operations if list of songs is empty
This commit is contained in:
@@ -1277,6 +1277,9 @@ int main(int argc, char *argv[])
|
|||||||
# ifdef HAVE_TAGLIB_H
|
# ifdef HAVE_TAGLIB_H
|
||||||
case csTagEditor:
|
case csTagEditor:
|
||||||
{
|
{
|
||||||
|
if (mEditorTags->Empty())
|
||||||
|
break;
|
||||||
|
|
||||||
if (wCurrent == mEditorDirs)
|
if (wCurrent == mEditorDirs)
|
||||||
{
|
{
|
||||||
TagList test;
|
TagList test;
|
||||||
|
|||||||
Reference in New Issue
Block a user