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

New: Release title column in queue

This commit is contained in:
Mark McDowall
2019-03-23 12:17:03 -07:00
parent 81d3f35034
commit b63cbbdaaa
3 changed files with 16 additions and 0 deletions
+8
View File
@@ -252,6 +252,14 @@ class QueueRow extends Component {
);
}
if (name === 'title') {
return (
<TableRowCell key={name}>
{title}
</TableRowCell>
);
}
if (name === 'estimatedCompletionTime') {
return (
<TimeleftCell