diff options
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/MbLinkShortcutHandler.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/MbLinkShortcutHandler.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/MbLinkShortcutHandler.cs b/MediaBrowser.Server.Startup.Common/MbLinkShortcutHandler.cs index 14588b427..26318365b 100644 --- a/MediaBrowser.Server.Startup.Common/MbLinkShortcutHandler.cs +++ b/MediaBrowser.Server.Startup.Common/MbLinkShortcutHandler.cs @@ -1,6 +1,8 @@ using System; using System.IO; -using CommonIO; +using MediaBrowser.Common.IO; +using MediaBrowser.Controller.IO; +using MediaBrowser.Model.IO; namespace MediaBrowser.Server.Startup.Common { |
