1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

New: mk3d file format (#2795)

Fixes #1324
This commit is contained in:
Qstick
2018-09-18 11:25:42 -04:00
committed by Leonardo Galli
parent 75b486c6c8
commit ab0bf64273
2 changed files with 3 additions and 0 deletions
@@ -66,6 +66,7 @@ namespace NzbDrone.Core.MediaFiles
//HD
{ ".mkv", Source.WEBDL },
{ ".mk3d", Source.WEBDL},
{ ".ts", Source.TV },
{ ".wtv", Source.TV },
@@ -77,6 +78,7 @@ namespace NzbDrone.Core.MediaFiles
{
//HD
{ ".mkv", Resolution.R720P },
{ ".mk3d", Resolution.R720P },
{ ".ts", Resolution.R720P },
{ ".wtv", Resolution.R720P },