diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-04-10 21:21:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-10 21:21:17 +0200 |
| commit | 15c8854502a4a9006754921d2bcef016e87b1104 (patch) | |
| tree | 3a4053580db57f7f235d8324fb8de7f0e7047e59 /MediaBrowser.Controller/Session | |
| parent | c92ad0dc4bf3da2d6eeb87a47d3322bba2de1503 (diff) | |
| parent | 890fe183cf2f86e899671e78dcc25ef3eb9cc7e7 (diff) | |
Merge pull request #9607 from goremykin/fix_analyzers_warnings_and_suggestions
Diffstat (limited to 'MediaBrowser.Controller/Session')
| -rw-r--r-- | MediaBrowser.Controller/Session/ISessionManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionManager.cs b/MediaBrowser.Controller/Session/ISessionManager.cs index eefc5d222e..0c4719a0e5 100644 --- a/MediaBrowser.Controller/Session/ISessionManager.cs +++ b/MediaBrowser.Controller/Session/ISessionManager.cs @@ -7,7 +7,6 @@ using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Jellyfin.Data.Entities.Security; -using Jellyfin.Data.Events; using MediaBrowser.Controller.Authentication; using MediaBrowser.Controller.Library; using MediaBrowser.Model.Session; |
