mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
@@ -105,5 +105,9 @@ namespace NzbDrone.Common.Extensions
|
||||
yield return buffer.Dequeue();
|
||||
}
|
||||
}
|
||||
public static bool In<T>(this T source, List<T> list)
|
||||
{
|
||||
return list.Contains(source);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user