mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
SeriesProvider is now Subsonic free.
This commit is contained in:
parent
63f6899894
commit
cb8cb1691f
10 changed files with 195 additions and 140 deletions
|
@ -7,7 +7,8 @@ using SubSonic.SqlGeneration.Schema;
|
|||
|
||||
namespace NzbDrone.Core.Repository
|
||||
{
|
||||
[PetaPoco.TableName("Episodes")]
|
||||
[TableName("Episodes")]
|
||||
[PrimaryKey("EpisodeId", autoIncrement = true)]
|
||||
public class Episode
|
||||
{
|
||||
[SubSonicPrimaryKey]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue