mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Revert "Swap to dapper and system.text.json for database backend"
This reverts commit d2065bfa1b.
This commit is contained in:
@@ -133,6 +133,10 @@ namespace NzbDrone.Common.Extensions
|
||||
yield return buffer.Dequeue();
|
||||
}
|
||||
}
|
||||
public static bool In<T>(this T source, List<T> list)
|
||||
{
|
||||
return list.Contains(source);
|
||||
}
|
||||
|
||||
public static string ConcatToString<TSource>(this IEnumerable<TSource> source, string separator = ", ")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user