|
|
|
@ -91,10 +91,12 @@ namespace NzbDrone.Core.IndexerSearch
|
|
|
|
|
r.IndexerFlags == null ? null : from f in r.IndexerFlags select GetNabElement("tag", f.Name, protocol),
|
|
|
|
|
r.Languages == null ? null : from c in r.Languages select GetNabElement("language", c.Id, protocol),
|
|
|
|
|
r.Subs == null ? null : from c in r.Subs select GetNabElement("subs", c.Id, protocol),
|
|
|
|
|
r.Genres == null ? null : GetNabElement("genre", string.Join(", ", r.Genres), protocol),
|
|
|
|
|
GetNabElement("rageid", r.TvRageId, protocol),
|
|
|
|
|
GetNabElement("tvdbid", r.TvdbId, protocol),
|
|
|
|
|
GetNabElement("imdb", r.ImdbId.ToString("D7"), protocol),
|
|
|
|
|
GetNabElement("tmdbid", r.TmdbId, protocol),
|
|
|
|
|
GetNabElement("traktid", r.TraktId, protocol),
|
|
|
|
|
GetNabElement("seeders", t.Seeders, protocol),
|
|
|
|
|
GetNabElement("files", r.Files, protocol),
|
|
|
|
|
GetNabElement("grabs", r.Grabs, protocol),
|
|
|
|
|