mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
A bunch of files changed removing System.Linq, thanks Resharper :(
This commit is contained in:
15
NzbDrone.Core/Model/MisnamedEpisodeModel.cs
Normal file
15
NzbDrone.Core/Model/MisnamedEpisodeModel.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace NzbDrone.Core.Model
|
||||
{
|
||||
public class MisnamedEpisodeModel
|
||||
{
|
||||
public int EpisodeFileId { get; set; }
|
||||
public int SeriesId { get; set; }
|
||||
public string SeriesTitle { get; set; }
|
||||
public string CurrentName { get; set; }
|
||||
public string ProperName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user