Fixed: Error searching for book

This commit is contained in:
ta264
2020-05-15 17:41:53 +01:00
parent 6c7e4ca210
commit bc0e0faa90

View File

@@ -7,7 +7,7 @@ export const CUTOFF_UNMET_ALBUM_SEARCH = 'CutoffUnmetBookSearch';
export const DELETE_LOG_FILES = 'DeleteLogFiles';
export const DELETE_UPDATE_LOG_FILES = 'DeleteUpdateLogFiles';
export const DOWNLOADED_ALBUMS_SCAN = 'DownloadedBooksScan';
export const ALBUM_SEARCH = 'AlbumSearch';
export const ALBUM_SEARCH = 'BookSearch';
export const INTERACTIVE_IMPORT = 'ManualImport';
export const MISSING_ALBUM_SEARCH = 'MissingBookSearch';
export const MOVE_ARTIST = 'MoveAuthor';