diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-15 16:30:38 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2018-12-15 16:33:20 +0100 |
| commit | 7792a9a9aff84ed57569fd527839c3647725bb72 (patch) | |
| tree | 5391cf000a8d6220c13ab3f2b90b4945620bd06d /Emby.Server.Implementations/Session/SessionManager.cs | |
| parent | a73d255f51f135adbc2c352fef79f776ce9fcb02 (diff) | |
Fix resource load crash
Diffstat (limited to 'Emby.Server.Implementations/Session/SessionManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Session/SessionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs index 9db4f4423..df7f231c7 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/Emby.Server.Implementations/Session/SessionManager.cs @@ -1901,4 +1901,4 @@ namespace Emby.Server.Implementations.Session return user != null && user.Policy.IsAdministrator; } } -}
\ No newline at end of file +} |
