mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Remux2160p Showing in HD720/1080 Default Profile
This commit is contained in:
parent
7a19d0a88c
commit
67ea64fa5e
@ -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 New Issue
Block a user