Superbits: cleanup

This commit is contained in:
kaso17 2017-01-12 13:37:14 +01:00
parent 538c455c6a
commit 582784c547
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ namespace Jackett.Indexers
if (row.imdbid2 != null && row.imdbid2.ToString().StartsWith("tt"))
{
https://superbits.org/img/imdb/tt5288312.jpg
release.Imdb = ParseUtil.CoerceLong(row.imdbid2.ToString().Substring(2));
descriptions.Add("Title: " + row.title);
descriptions.Add("Year: " + row.year);