diff --git a/src/NzbDrone.Core/Parser/Parser.cs b/src/NzbDrone.Core/Parser/Parser.cs index 8488f8fc7..d8a3efa5c 100644 --- a/src/NzbDrone.Core/Parser/Parser.cs +++ b/src/NzbDrone.Core/Parser/Parser.cs @@ -946,6 +946,7 @@ namespace NzbDrone.Core.Parser { return string.Empty; } + return m.Value; });