mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Added Network to Series Grid.
Fixed logging for RetentionSpecification.
This commit is contained in:
parent
5eed576e42
commit
4d918ff683
8 changed files with 27 additions and 4 deletions
|
@ -193,6 +193,7 @@ namespace NzbDrone.Web.Controllers
|
|||
Path = s.Path,
|
||||
QualityProfileId = s.QualityProfileId,
|
||||
QualityProfileName = s.QualityProfile.Name,
|
||||
Network = s.Network,
|
||||
SeasonFolder = s.SeasonFolder,
|
||||
BacklogSetting = (int)s.BacklogSetting,
|
||||
Status = s.Status,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue