tag editor: when numbering tracks, discard other track tags if present
This commit is contained in:
@@ -479,6 +479,8 @@ void TagEditor::enterPressed()
|
||||
(*it)->setTrack(boost::lexical_cast<std::string>(i) + "/" + boost::lexical_cast<std::string>(EditedSongs.size()));
|
||||
else
|
||||
(*it)->setTrack(boost::lexical_cast<std::string>(i));
|
||||
// discard other track number tags
|
||||
(*it)->setTrack("", 1);
|
||||
}
|
||||
Statusbar::print("Tracks numbered");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user