aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session/SessionManager.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2018-12-15 16:26:11 -0500
committerGitHub <noreply@github.com>2018-12-15 16:26:11 -0500
commit161f0233b5bde0c0a1c42fd03c9297a6ffd58767 (patch)
tree13a48dbc97e3474667c27bd0fda80faf21600c8e /Emby.Server.Implementations/Session/SessionManager.cs
parent6c2a34d173ae6635d1a8183d624ebef630635b25 (diff)
parent7792a9a9aff84ed57569fd527839c3647725bb72 (diff)
Merge pull request #181 from Bond-009/firebase
Fix resource load crash
Diffstat (limited to 'Emby.Server.Implementations/Session/SessionManager.cs')
-rw-r--r--Emby.Server.Implementations/Session/SessionManager.cs2
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
+}