aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/MainStartup.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-28 13:04:06 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-28 13:04:06 -0400
commit539fecd08b752a50ebdbcef45b51a998f1390167 (patch)
tree4052684494182f56dc605de430040b101057f948 /MediaBrowser.ServerApplication/MainStartup.cs
parent2e0e1697a8d8ed93669ffdda8e01c0c370e4c6c6 (diff)
rework live stream creation
Diffstat (limited to 'MediaBrowser.ServerApplication/MainStartup.cs')
-rw-r--r--MediaBrowser.ServerApplication/MainStartup.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs
index d17d9ee43..70b03aa44 100644
--- a/MediaBrowser.ServerApplication/MainStartup.cs
+++ b/MediaBrowser.ServerApplication/MainStartup.cs
@@ -16,9 +16,7 @@ using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
-using Emby.Server.Core.Cryptography;
using Emby.Drawing;
-using Emby.Server.Core;
using Emby.Server.Implementations;
using Emby.Server.Implementations.Browser;
using Emby.Server.Implementations.EnvironmentInfo;