1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-28 10:51:48 +00:00

New: Allow Sort by Size on Manual Import

Fixes #4097
This commit is contained in:
Qstick 2020-01-22 22:43:16 -05:00
parent 4d3a1efca3
commit 88cbeb930d

View file

@ -54,6 +54,7 @@ const columns = [
{
name: 'size',
label: 'Size',
isSortable: true,
isVisible: true
},
{