mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Fixed up Eloquera integration, working much better now.
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user