1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Fixed: Detect Dolby Vision as HDR

Co-Authored-By: Taloth <Taloth@users.noreply.github.com>

#5860
This commit is contained in:
Matt Evans
2021-02-03 12:19:22 +11:00
committed by Qstick
parent 6702c7d21b
commit d8c962a911
5 changed files with 32 additions and 13 deletions
@@ -18,6 +18,8 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
public int VideoMultiViewCount { get; set; }
public string VideoColourPrimaries { get; set; }
public string VideoTransferCharacteristics { get; set; }
public string VideoHdrFormat { get; set; }
public string VideoHdrFormatCompatibility { get; set; }
public int Width { get; set; }
public int Height { get; set; }
public string AudioFormat { get; set; }