1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Use episode runtime for size limits when available

Closes #3482
This commit is contained in:
Mark McDowall
2023-03-03 15:17:59 -08:00
parent a42f97229a
commit f22998aef3
13 changed files with 144 additions and 50 deletions
@@ -59,6 +59,11 @@ export const defaultState = {
label: 'Air Date',
isVisible: true
},
{
name: 'runtime',
label: 'Runtime',
isVisible: false
},
{
name: 'languages',
label: 'Languages',