mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
more test/fixes
This commit is contained in:
parent
43e1c16cca
commit
8fca3c3419
10 changed files with 178 additions and 30 deletions
|
@ -1,5 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Repository;
|
||||
using NzbDrone.Core.Repository.Quality;
|
||||
|
||||
namespace NzbDrone.Core.Model
|
||||
|
@ -24,6 +25,8 @@ namespace NzbDrone.Core.Model
|
|||
|
||||
public string NzbUrl { get; set; }
|
||||
|
||||
public Series Series { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
if (Episodes == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue