mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
fixed quality link to series
This commit is contained in:
parent
2a603d908f
commit
38712c7e5f
1 changed files with 3 additions and 3 deletions
|
@ -57,6 +57,6 @@ namespace NzbDrone.Core.Repository.Quality
|
||||||
}
|
}
|
||||||
|
|
||||||
[SubSonicToManyRelation]
|
[SubSonicToManyRelation]
|
||||||
public virtual List<string> Series { get; private set; }
|
public virtual List<Series> Series { get; private set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue