diff --git a/src/SongFilter.cxx b/src/SongFilter.cxx index 58c2c15b2..b25496192 100644 --- a/src/SongFilter.cxx +++ b/src/SongFilter.cxx @@ -225,7 +225,7 @@ ParseTimeStamp(const char *s) static constexpr bool IsTagNameChar(char ch) noexcept { - return IsAlphaASCII(ch) || ch == '_'; + return IsAlphaASCII(ch) || ch == '_' || ch == '-'; } static const char *