1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Manual Import: Reprocess after selecting series

New: Reprocess changed items when series is changed
Closes #1893
This commit is contained in:
Mark McDowall
2019-05-03 17:38:06 -07:00
parent 88ecec2f9a
commit 9ad3b12403
9 changed files with 180 additions and 36 deletions
@@ -1,18 +1,25 @@
.relativePath {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
word-break: break-all;
}
.quality,
.language {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
text-align: center;
}
.label {
composes: label from '~Components/Label.css';
composes: label from "~Components/Label.css";
cursor: pointer;
}
.reprocessing {
composes: loading from "~Components/Loading/LoadingIndicator.css";
margin-top: 0;
text-align: start;
}