mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
QualityTypes no longer an enum
This commit is contained in:
@@ -46,7 +46,7 @@ namespace NzbDrone.Core.Repository
|
||||
}
|
||||
set
|
||||
{
|
||||
Quality = value.QualityType;
|
||||
Quality = value.Quality;
|
||||
Proper = value.Proper;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user