diff options
Diffstat (limited to 'src/SongSave.cxx')
-rw-r--r-- | src/SongSave.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongSave.cxx b/src/SongSave.cxx index 9682bf650..c2e3afce5 100644 --- a/src/SongSave.cxx +++ b/src/SongSave.cxx @@ -104,7 +104,7 @@ song_load(TextFile &file, Directory *parent, const char *uri, } if (tag.IsDefined()) - song->tag = tag.Commit(); + song->tag = tag.CommitNew(); return song; } |