aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Activity/ActivityRepository.cs
diff options
context:
space:
mode:
authorBond_009 <Bond.009@outlook.com>2019-04-03 13:46:07 +0200
committerBond_009 <bond.009@outlook.com>2019-06-28 12:14:27 +0200
commitd00ad28efd10e2bb312c9a08055f83df26065494 (patch)
tree25255f2b6c5d8c6f03285b442ca4b100ea381ac0 /Emby.Server.Implementations/Activity/ActivityRepository.cs
parent02b864e41b80c07941d262d9d3723c0e7967d557 (diff)
Address comments
Diffstat (limited to 'Emby.Server.Implementations/Activity/ActivityRepository.cs')
-rw-r--r--Emby.Server.Implementations/Activity/ActivityRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Activity/ActivityRepository.cs b/Emby.Server.Implementations/Activity/ActivityRepository.cs
index e45add355..f8a1b32af 100644
--- a/Emby.Server.Implementations/Activity/ActivityRepository.cs
+++ b/Emby.Server.Implementations/Activity/ActivityRepository.cs
@@ -215,7 +215,7 @@ namespace Emby.Server.Implementations.Activity
var list = new List<ActivityLogEntry>();
var result = new QueryResult<ActivityLogEntry>();
- var statements = PrepareAllSafe(db, statementTexts).ToList();
+ var statements = PrepareAll(db, statementTexts).ToList();
using (var statement = statements[0])
{