mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
@@ -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 },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user