1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-28 23:07:13 -04:00

New: HealthCheck and Status for Movies Deleted from TMDb

This commit is contained in:
Qstick
2020-02-25 23:18:49 -05:00
parent ea9494019e
commit 0c44ee5f88
18 changed files with 505 additions and 202 deletions
+1
View File
@@ -190,6 +190,7 @@ export const SCORE = fasUserPlus;
export const SEARCH = fasSearch;
export const MOVIE_CONTINUING = fasPlay;
export const SERIES_ENDED = fasStop;
export const MOVIE_DELETED = fasExclamationTriangle;
export const SETTINGS = fasCogs;
export const SHUTDOWN = fasPowerOff;
export const SORT = fasSort;