public List <MovieFile> GetFilesWithRelativePath(int movieId, string relativePath) { return(_mediaFileRepository.GetFilesWithRelativePath(movieId, relativePath)); }
public List <EpisodeFile> GetFilesWithRelativePath(int seriesId, string relativePath) { return(_mediaFileRepository.GetFilesWithRelativePath(seriesId, relativePath)); }