diff --git a/src/tag_editor.cpp b/src/tag_editor.cpp index 517983b9..b1666ee7 100644 --- a/src/tag_editor.cpp +++ b/src/tag_editor.cpp @@ -533,6 +533,8 @@ void TagEditor::enterPressed() (*it)->setTrack(boost::lexical_cast(i) + "/" + boost::lexical_cast(EditedSongs.size())); else (*it)->setTrack(boost::lexical_cast(i)); + // discard other track number tags + (*it)->setTrack("", 1); } Statusbar::print("Tracks numbered"); return;