1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02: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
},
{