diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-08-25 16:59:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-25 16:59:35 -0400 |
| commit | cf6ef9958da4a50bd315d37792567ae51773a6a7 (patch) | |
| tree | 28423f47c93d5246009bc3dd952d90162fa64e0c /Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs | |
| parent | 25be1a9b20a09979146c382b0a5c2325bf3ba21f (diff) | |
| parent | b5bbbb9cefb7b360e12b44522d6494bfb4c0f848 (diff) | |
Merge pull request #3910 from barronpm/event-rewrite-1
Event Rewrite (Part 1)
Diffstat (limited to 'Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs')
| -rw-r--r-- | Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs b/Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs index 140853e52..1fb89c4a6 100644 --- a/Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs +++ b/Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs @@ -4,12 +4,12 @@ using System.Threading.Tasks; using Jellyfin.Data.Entities; using Jellyfin.Data.Enums; +using Jellyfin.Data.Events; using MediaBrowser.Controller.Devices; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Plugins; using MediaBrowser.Controller.Security; using MediaBrowser.Controller.Session; -using MediaBrowser.Model.Events; namespace Jellyfin.Server.Implementations.Users { |
