Update src/NzbDrone.Core/Parser/Parser.cs

This commit is contained in:
Mark McDowall 2024-07-10 19:55:35 -04:00 committed by GitHub
parent b1591f6224
commit be505af444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -946,6 +946,7 @@ namespace NzbDrone.Core.Parser
{ {
return string.Empty; return string.Empty;
} }
return m.Value; return m.Value;
}); });