diff --git a/src/Jackett.Common/Indexers/Definitions/MTeamTp.cs b/src/Jackett.Common/Indexers/Definitions/MTeamTp.cs index 5a82690d7..90b59b845 100644 --- a/src/Jackett.Common/Indexers/Definitions/MTeamTp.cs +++ b/src/Jackett.Common/Indexers/Definitions/MTeamTp.cs @@ -12,7 +12,6 @@ using Jackett.Common.Models; using Jackett.Common.Models.IndexerConfig.Bespoke; using Jackett.Common.Serializer; using Jackett.Common.Services.Interfaces; -using Jackett.Common.Utils; using Jackett.Common.Utils.Clients; using Newtonsoft.Json; using Newtonsoft.Json.Linq; @@ -288,11 +287,6 @@ namespace Jackett.Common.Indexers.Definitions MinimumSeedTime = 172800 // 2 days }; - if (torrent.Imdb.IsNotNullOrWhiteSpace()) - { - release.Imdb = ParseUtil.GetImdbId(torrent.Imdb.TrimEnd('/').Split('/').LastOrDefault()).GetValueOrDefault(); - } - if (torrent.Status?.CreatedDate != null && DateTime.TryParseExact($"{torrent.Status.CreatedDate} +08:00", "yyyy-MM-dd HH:mm:ss zzz", CultureInfo.InvariantCulture, DateTimeStyles.AssumeUniversal, out var publishDate)) {