Remove extra ;
This commit is contained in:
parent
e9d1eabd53
commit
7915c6ca73
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user