mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
changed seriesid to string to avoid sqlite bug
This commit is contained in:
parent
96c75b15f0
commit
d870c82147
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ namespace NzbDrone.Core.Repository
|
|||
public class Series
|
||||
{
|
||||
[SubSonicPrimaryKey]
|
||||
public int TvdbId
|
||||
public string TvdbId
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue