1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

New: Mediainfo Popover for Movie Files

This commit is contained in:
Qstick
2019-10-18 22:57:11 -04:00
parent ac8a7a9254
commit 1920bd53b6
3 changed files with 59 additions and 3 deletions
@@ -12,8 +12,13 @@ const columns = [
isVisible: true
},
{
name: 'mediainfo',
label: 'Media Info',
name: 'audioInfo',
label: 'Audio Info',
isVisible: true
},
{
name: 'videoCodec',
label: 'Video Codec',
isVisible: true
},
{