mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed Episode to EpisodeFile relationship (So getting the EpisodeFIle gets associated Episode(s) as well.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Repository;
|
||||
|
||||
@@ -17,5 +18,6 @@ namespace NzbDrone.Core.Providers
|
||||
void DeleteFromDisk(int fileId, string path);
|
||||
void Update(EpisodeFile episodeFile);
|
||||
EpisodeFile GetEpisodeFile(int episodeFileId);
|
||||
List<EpisodeFile> GetEpisodeFiles();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user