mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Add TvDbEpisodeId to Episode. now we can index episodes before they showup in thetvdb
This commit is contained in:
parent
be74c67df8
commit
3beeff4e18
4 changed files with 232 additions and 309 deletions
|
@ -1,15 +0,0 @@
|
|||
using System;
|
||||
|
||||
namespace NzbDrone.Core.Model
|
||||
{
|
||||
public class NzbInfoModel
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public Uri Link { get; set; }
|
||||
|
||||
public bool IsPassworded()
|
||||
{
|
||||
return Title.EndsWith("(Passworded)", StringComparison.InvariantCultureIgnoreCase);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue