* Remove automatic retry for scanLibraries as if something fails, it wont pass magically. Catch exceptions when opening books for parsing and swallow to ignore the file. * Delete extra attempts * Switched to using FirstOrDefault for finding existing series. This will help avoid pointless crashes. * Updated message when duplicate series are found (not sure how this happens) * Fixed a negation for deleting volumes where files still exist. * Implemented the ability to automatically scale the manga reader based on screen size. |
||
|---|---|---|
| .. | ||
| AccountController.cs | ||
| AdminController.cs | ||
| BaseApiController.cs | ||
| BookController.cs | ||
| FallbackController.cs | ||
| ImageController.cs | ||
| LibraryController.cs | ||
| ReaderController.cs | ||
| SeriesController.cs | ||
| ServerController.cs | ||
| SettingsController.cs | ||
| UsersController.cs | ||