mirror of
https://github.com/Radarr/Radarr
synced 2026-04-24 19:30:53 +02:00
Fixed: Audio and Video Columns Switched for MovieFileTable
This commit is contained in:
parent
abc6e28401
commit
8e54809c79
1 changed files with 4 additions and 4 deletions
|
|
@ -12,13 +12,13 @@ const columns = [
|
|||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'audioInfo',
|
||||
label: 'Audio Info',
|
||||
name: 'videoCodec',
|
||||
label: 'Video Codec',
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'videoCodec',
|
||||
label: 'Video Codec',
|
||||
name: 'audioInfo',
|
||||
label: 'Audio Info',
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue