diff options
| author | Bond_009 <Bond.009@outlook.com> | 2020-03-24 16:16:13 +0100 |
|---|---|---|
| committer | Bond_009 <Bond.009@outlook.com> | 2020-03-24 16:16:13 +0100 |
| commit | 7915c6ca73ef6a3d36a60b11f0f929d192aacc20 (patch) | |
| tree | 3473427e82c9c70de7f1391353ea753b68b991e1 | |
| parent | e9d1eabd53105ae15bca08f5722bbaa0bfa49758 (diff) | |
Remove extra ;
| -rw-r--r-- | Emby.Server.Implementations/Data/SqliteUserRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteUserRepository.cs b/Emby.Server.Implementations/Data/SqliteUserRepository.cs index fee4b7f3c..0c3f26974 100644 --- a/Emby.Server.Implementations/Data/SqliteUserRepository.cs +++ b/Emby.Server.Implementations/Data/SqliteUserRepository.cs @@ -25,7 +25,7 @@ namespace Emby.Server.Implementations.Data IServerApplicationPaths appPaths) : base(logger) { - _jsonOptions = JsonDefaults.GetOptions(); ; + _jsonOptions = JsonDefaults.GetOptions(); DbFilePath = Path.Combine(appPaths.DataPath, "users.db"); } |
