TagReaderTagLib: Use Strawberry for editor

This commit is contained in:
Jonas Kvinge 2024-09-03 23:10:16 +02:00
parent de62552ad1
commit d85d25b931
1 changed files with 1 additions and 1 deletions

View File

@ -1211,7 +1211,7 @@ void TagReaderTagLib::SetUnsyncLyricsFrame(const std::string &value, TagLib::ID3
// If no frames stored create empty frame
if (frames_buffer.isEmpty()) {
TagLib::ID3v2::UnsynchronizedLyricsFrame frame(TagLib::String::UTF8);
frame.setDescription("Clementine editor");
frame.setDescription("Strawberry editor");
frames_buffer.push_back(frame.render());
}