Kavita/API.Tests
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
..
Comparers Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
Converters Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
Entities Missing Age Ratings (#955) 2022-01-18 14:01:11 -08:00
Extensions Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
Helpers Refactored the setContinuePoint code from the UI to the backend. Now, through an API, we can get the chapter to restart from. (#973) 2022-01-20 15:49:26 -08:00
Parser Fixed Parser.Parser.Normalize returns empty string (#991) 2022-01-26 07:42:28 -08:00
Services Refactored the setContinuePoint code from the UI to the backend. Now, through an API, we can get the chapter to restart from. (#973) 2022-01-20 15:49:26 -08:00
API.Tests.csproj Misc Fixes and Changes (#927) 2022-01-12 15:00:00 -08:00