use errorPopup instead of defaultTimedPopup

This commit is contained in:
raziman 2021-02-22 12:34:24 +08:00
parent f2bfc772d6
commit 15cb8c7c43

View File

@ -889,7 +889,7 @@ func tagPopup(node *AudioFile) bool {
// Write tag to mp3.
if err := tag.Save(); err != nil {
defaultTimedPopup(" Error ", err.Error())
errorPopup(err)
logError(err)
} else {
defaultTimedPopup(" Success ", "Tag update successfully")