mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 21:03:27 +01:00
Fixed: Remux2160p Showing in HD720/1080 Default Profile
This commit is contained in:
parent
7a19d0a88c
commit
67ea64fa5e
1 changed files with 1 additions and 2 deletions
|
|
@ -202,8 +202,7 @@ public void Handle(ApplicationStartedEvent message)
|
|||
Quality.WEBRip1080p,
|
||||
Quality.Bluray720p,
|
||||
Quality.Bluray1080p,
|
||||
Quality.Remux1080p,
|
||||
Quality.Remux2160p);
|
||||
Quality.Remux1080p);
|
||||
}
|
||||
|
||||
public Profile GetDefaultProfile(string name, Quality cutoff = null, params Quality[] allowed)
|
||||
|
|
|
|||
Loading…
Reference in a new issue