mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Episode activity goes through History now
Do not report exceptions on linux (culture is null and fails)
This commit is contained in:
@@ -201,7 +201,6 @@ namespace NzbDrone.Core.Datastore
|
||||
.Execute();
|
||||
}
|
||||
|
||||
|
||||
public virtual PagingSpec<TModel> GetPaged(PagingSpec<TModel> pagingSpec)
|
||||
{
|
||||
var pagingQuery = Query.OrderBy(pagingSpec.OrderByClause(), pagingSpec.ToSortDirection())
|
||||
|
Reference in New Issue
Block a user