aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/ISessionManager.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 21:01:16 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 21:01:16 +0100
commitba610b5094c3ca606287585218a88467a44874d3 (patch)
tree6db80d723a39df2abce26845f524956a11919cf2 /MediaBrowser.Controller/Session/ISessionManager.cs
parente566d9a23163c297bdddddcbffb438c2b951d840 (diff)
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionManager.cs')
-rw-r--r--MediaBrowser.Controller/Session/ISessionManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionManager.cs b/MediaBrowser.Controller/Session/ISessionManager.cs
index 317237cf1..6a4f0aa08 100644
--- a/MediaBrowser.Controller/Session/ISessionManager.cs
+++ b/MediaBrowser.Controller/Session/ISessionManager.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;