more test/fixes

This commit is contained in:
kay.one 2011-05-19 22:52:05 -07:00
commit 8fca3c3419
10 changed files with 178 additions and 30 deletions

View file

@ -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)