mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Fixed merge conflict
This commit is contained in:
@@ -67,6 +67,11 @@ namespace NzbDrone.Core.MediaFiles
|
|||||||
return _mediaFileRepository.GetFilesBySeries(seriesId);
|
return _mediaFileRepository.GetFilesBySeries(seriesId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public List<EpisodeFile> GetFilesBySeason(int seriesId, int seasonNumber)
|
||||||
|
{
|
||||||
|
return _mediaFileRepository.GetFilesBySeason(seriesId, seasonNumber);
|
||||||
|
}
|
||||||
|
|
||||||
public List<string> FilterExistingFiles(List<string> files, int seriesId)
|
public List<string> FilterExistingFiles(List<string> files, int seriesId)
|
||||||
{
|
{
|
||||||
var seriesFiles = GetFilesBySeries(seriesId);
|
var seriesFiles = GetFilesBySeries(seriesId);
|
||||||
|
Reference in New Issue
Block a user