Kavita/API/Parser
jeongsu816 239b7c523d
Fixed Parser.Parser.Normalize returns empty string (#991)
Parser.Parser.Normalize returns empty string when name doesn't have any
alphanumeric characters. It messes up Series at least.
To prevent this issue, if normalized string is empty, it just returns
received name variable. In this case user has to carefully set file names but
it is better than messed up Series.
2022-01-26 07:42:28 -08:00
..
DefaultParser.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
Parser.cs Fixed Parser.Parser.Normalize returns empty string (#991) 2022-01-26 07:42:28 -08:00
ParserInfo.cs Misc Fixes and Changes (#927) 2022-01-12 15:00:00 -08:00