1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -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
@@ -115,6 +115,12 @@ export const defaultState = {
isSortable: true,
isVisible: false
},
{
name: 'title',
label: 'Release Title',
isSortable: true,
isVisible: false
},
{
name: 'estimatedCompletionTime',
label: 'Timeleft',