mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
removed dead code.
This commit is contained in:
parent
3d71c129eb
commit
0794affae0
13 changed files with 5 additions and 126 deletions
|
|
@ -8,9 +8,9 @@ namespace NzbDrone.Api.Qualities
|
|||
{
|
||||
public class QualityProfileModule : NzbDroneRestModule<QualityProfileResource>
|
||||
{
|
||||
private readonly QualityProfileService _qualityProfileService;
|
||||
private readonly IQualityProfileService _qualityProfileService;
|
||||
|
||||
public QualityProfileModule(QualityProfileService qualityProfileService)
|
||||
public QualityProfileModule(IQualityProfileService qualityProfileService)
|
||||
: base("/qualityprofiles")
|
||||
{
|
||||
_qualityProfileService = qualityProfileService;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue