1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Fixed: Various issues with unknown items in queue

This commit is contained in:
Mark McDowall
2019-01-09 18:11:37 -08:00
parent 7e33261ccc
commit 21a92b62fd
15 changed files with 330 additions and 242 deletions
+2
View File
@@ -86,6 +86,7 @@ import {
faStop as fasStop,
faSync as fasSync,
faTags as fasTags,
faTable as fasTable,
faTh as fasTh,
faThList as fasThList,
faTrashAlt as fasTrashAlt,
@@ -188,6 +189,7 @@ export const SORT_DESCENDING = fasSortDown;
export const SPINNER = fasSpinner;
export const SUBTRACT = fasMinus;
export const SYSTEM = fasLaptop;
export const TABLE = fasTable;
export const TAGS = fasTags;
export const TBA = fasQuestionCircle;
export const TEST = fasVial;