aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs')
-rw-r--r--Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs b/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs
index 66ef5d5d1..5f0d4d29a 100644
--- a/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs
+++ b/Emby.Server.Implementations/Notifications/SqliteNotificationsRepository.cs
@@ -249,7 +249,7 @@ namespace Emby.Server.Implementations.Notifications
statement.MoveNext();
}
- });
+ }, TransactionMode);
}
}
}
@@ -304,7 +304,7 @@ namespace Emby.Server.Implementations.Notifications
statement.MoveNext();
}
- });
+ }, TransactionMode);
}
}
}
@@ -334,7 +334,7 @@ namespace Emby.Server.Implementations.Notifications
}
}
- });
+ }, TransactionMode);
}
}
}