aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Social/SharingRepository.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-28 14:26:48 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-28 14:26:48 -0500
commit1c52e4f51b1a9732264203fb0d987cf9752ef45b (patch)
treec6ba5e7a6546f3fba214ddeacac2c87ce4ecb053 /Emby.Server.Implementations/Social/SharingRepository.cs
parent56b24da15165ef4c4b7107b673bab5b191d76afe (diff)
update transaction modes
Diffstat (limited to 'Emby.Server.Implementations/Social/SharingRepository.cs')
-rw-r--r--Emby.Server.Implementations/Social/SharingRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Social/SharingRepository.cs b/Emby.Server.Implementations/Social/SharingRepository.cs
index 6dab54bc6..71f80a575 100644
--- a/Emby.Server.Implementations/Social/SharingRepository.cs
+++ b/Emby.Server.Implementations/Social/SharingRepository.cs
@@ -70,7 +70,7 @@ namespace Emby.Server.Implementations.Social
info.ItemId,
info.UserId,
info.ExpirationDate.ToDateTimeParamValue());
- });
+ }, TransactionMode);
}
}
}