diff options
-rw-r--r-- | src/song.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/song.cpp b/src/song.cpp index 368df63d..ef75ecd6 100644 --- a/src/song.cpp +++ b/src/song.cpp @@ -504,8 +504,6 @@ const char *MPD::Song::MyFilename() const void MPD::Song::SetTag(mpd_tag_type type, unsigned pos, const std::string &value) { - if (value.empty()) - return; if (!itsTags) itsTags = new TagMap; (*itsTags)[std::make_pair(type, pos)] = value; |