mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Fixed: Do not replace a file unless it contains the same episodes
This commit is contained in:
@@ -37,5 +37,10 @@ namespace NzbDrone.Common.Extensions
|
||||
{
|
||||
return !source.All(predicate);
|
||||
}
|
||||
|
||||
public static List<TResult> SelectList<TSource, TResult>(this IEnumerable<TSource> source, Func<TSource, TResult> predicate)
|
||||
{
|
||||
return source.Select(predicate).ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user