From eb612bd303b1ff7adf44f38496448b6064c465fe Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 19 Apr 2013 16:27:02 -0400 Subject: fixed db disposals --- MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs') diff --git a/MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs b/MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs index 056e50a78..a6d505d19 100644 --- a/MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs +++ b/MediaBrowser.ServerApplication/EntryPoints/WebSocketEvents.cs @@ -1,6 +1,4 @@ -using System.Linq; -using System.Threading; -using MediaBrowser.Common.Events; +using MediaBrowser.Common.Events; using MediaBrowser.Common.Net; using MediaBrowser.Common.Plugins; using MediaBrowser.Common.ScheduledTasks; @@ -15,6 +13,8 @@ using MediaBrowser.Model.Logging; using MediaBrowser.Model.Tasks; using MediaBrowser.Model.Updates; using System; +using System.Linq; +using System.Threading; namespace MediaBrowser.ServerApplication.EntryPoints { -- cgit v1.2.3