changed seriesid to string to avoid sqlite bug

This commit is contained in:
kay.one 2010-09-26 17:21:38 -07:00
commit d870c82147
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ namespace NzbDrone.Core.Repository
public class Series
{
[SubSonicPrimaryKey]
public int TvdbId
public string TvdbId
{
get;
set;