mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Episode import uses specs and moves before import now
This commit is contained in:
@@ -26,7 +26,6 @@ namespace NzbDrone.Core.Parser
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
|
||||
public LocalEpisode GetEpisodes(string fileName, Series series)
|
||||
{
|
||||
var parsedEpisodeInfo = Parser.ParseTitle(fileName);
|
||||
@@ -45,8 +44,10 @@ namespace NzbDrone.Core.Parser
|
||||
|
||||
return new LocalEpisode
|
||||
{
|
||||
Series = series,
|
||||
Quality = parsedEpisodeInfo.Quality,
|
||||
Episodes = episodes,
|
||||
Path = fileName
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user