mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 08:22:39 +00:00
parent
75b486c6c8
commit
ab0bf64273
2 changed files with 3 additions and 0 deletions
|
@ -323,6 +323,7 @@ public void should_parse_quality_from_name(string title)
|
|||
}
|
||||
|
||||
[TestCase("Revolution.S01E02.Chained.Heat.mkv")]
|
||||
[TestCase("Star.Wars.Episode.VII.The.Force.Awakens.mk3d")]
|
||||
[TestCase("Dexter - S01E01 - Title.avi")]
|
||||
[TestCase("the_x-files.9x18.sunshine_days.avi")]
|
||||
[TestCase("[CR] Sailor Moon - 004 [48CE2D0F].avi")]
|
||||
|
|
|
@ -66,6 +66,7 @@ static MediaFileExtensions()
|
|||
|
||||
//HD
|
||||
{ ".mkv", Source.WEBDL },
|
||||
{ ".mk3d", Source.WEBDL},
|
||||
{ ".ts", Source.TV },
|
||||
{ ".wtv", Source.TV },
|
||||
|
||||
|
@ -77,6 +78,7 @@ static MediaFileExtensions()
|
|||
{
|
||||
//HD
|
||||
{ ".mkv", Resolution.R720P },
|
||||
{ ".mk3d", Resolution.R720P },
|
||||
{ ".ts", Resolution.R720P },
|
||||
{ ".wtv", Resolution.R720P },
|
||||
|
||||
|
|
Loading…
Reference in a new issue