Renames in Frontend

This commit is contained in:
Qstick
2020-05-15 23:32:52 -04:00
committed by ta264
parent ee4e44b81a
commit ee43ccf620
387 changed files with 4036 additions and 4364 deletions
+9 -9
View File
@@ -3,21 +3,21 @@ export const BACKUP = 'Backup';
export const REFRESH_MONITORED_DOWNLOADS = 'RefreshMonitoredDownloads';
export const CLEAR_BLACKLIST = 'ClearBlacklist';
export const CLEAR_LOGS = 'ClearLog';
export const CUTOFF_UNMET_ALBUM_SEARCH = 'CutoffUnmetBookSearch';
export const CUTOFF_UNMET_BOOK_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 = 'BookSearch';
export const DOWNLOADED_BOOKS_SCAN = 'DownloadedBooksScan';
export const BOOK_SEARCH = 'BookSearch';
export const INTERACTIVE_IMPORT = 'ManualImport';
export const MISSING_ALBUM_SEARCH = 'MissingBookSearch';
export const MOVE_ARTIST = 'MoveAuthor';
export const REFRESH_ARTIST = 'RefreshAuthor';
export const MISSING_BOOK_SEARCH = 'MissingBookSearch';
export const MOVE_AUTHOR = 'MoveAuthor';
export const REFRESH_AUTHOR = 'RefreshAuthor';
export const RENAME_FILES = 'RenameFiles';
export const RENAME_ARTIST = 'RenameAuthor';
export const RENAME_AUTHOR = 'RenameAuthor';
export const RESCAN_FOLDERS = 'RescanFolders';
export const RETAG_FILES = 'RetagFiles';
export const RETAG_ARTIST = 'RetagAuthor';
export const RETAG_AUTHOR = 'RetagAuthor';
export const RESET_API_KEY = 'ResetApiKey';
export const RSS_SYNC = 'RssSync';
export const SEASON_SEARCH = 'BookSearch';
export const ARTIST_SEARCH = 'AuthorSearch';
export const AUTHOR_SEARCH = 'AuthorSearch';