mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-28 23:06:43 -04:00
@@ -17,6 +17,7 @@ namespace NzbDrone.Core.Parser.Model
|
||||
public TorrentSeedConfiguration SeedConfiguration { get; set; }
|
||||
public List<CustomFormat> CustomFormats { get; set; }
|
||||
public int CustomFormatScore { get; set; }
|
||||
public ReleaseSourceType ReleaseSource { get; set; }
|
||||
|
||||
public RemoteBook()
|
||||
{
|
||||
@@ -34,4 +35,14 @@ namespace NzbDrone.Core.Parser.Model
|
||||
return Release.Title;
|
||||
}
|
||||
}
|
||||
|
||||
public enum ReleaseSourceType
|
||||
{
|
||||
Unknown = 0,
|
||||
Rss = 1,
|
||||
Search = 2,
|
||||
UserInvokedSearch = 3,
|
||||
InteractiveSearch = 4,
|
||||
ReleasePush = 5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user