aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Activity/ActivityRepository.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-13 03:45:04 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-13 03:45:04 -0500
commit71854c1a09bb820c181485cf0601959461bca852 (patch)
treef4e332953a55c456e9d9149d00acb5d806d13232 /Emby.Server.Implementations/Activity/ActivityRepository.cs
parente1b880a5a072764cabace79cd6d1d65315ec65e4 (diff)
update connection process
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 5f6518a14..bf8835846 100644
--- a/Emby.Server.Implementations/Activity/ActivityRepository.cs
+++ b/Emby.Server.Implementations/Activity/ActivityRepository.cs
@@ -129,7 +129,7 @@ namespace Emby.Server.Implementations.Activity
var list = new List<ActivityLogEntry>();
var result = new QueryResult<ActivityLogEntry>();
- var statements = PrepareAllSafe(db, string.Join(";", statementTexts.ToArray())).ToList();
+ var statements = PrepareAllSafe(db, statementTexts).ToList();
using (var statement = statements[0])
{