SeriesStats are returned when fetching a single series

SeriesStats are no longer wipred from UI on update
This commit is contained in:
Mark McDowall 2013-07-17 08:41:32 -07:00
parent a9dd2d2f04
commit 19b3add783
2 changed files with 21 additions and 12 deletions

View file

@ -1,4 +1,5 @@
using System.Collections.Generic;
using System.Linq;
namespace NzbDrone.Core.SeriesStats
{