Fixed up Eloquera integration, working much better now.

This commit is contained in:
Mark McDowall
2013-02-08 00:05:43 -08:00
committed by kay.one
parent 8c99cca207
commit ace7910f2a
11 changed files with 70 additions and 30 deletions

View File

@@ -1,4 +1,5 @@
using System;
using Eloquera.Client;
using NzbDrone.Core.Model;
using PetaPoco;
@@ -8,6 +9,9 @@ namespace NzbDrone.Core.Repository
[PrimaryKey("EpisodeId", autoIncrement = true)]
public class Episode
{
[ID]
public long Id;
public int EpisodeId { get; set; }
public int? TvDbEpisodeId { get; set; }