diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-06-07 21:23:11 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-06-07 21:23:11 +0900 |
| commit | 91f60c2139f2a7fe8a18455db36d0cdb9a5bf4eb (patch) | |
| tree | 4c5afe975c4395876abbbeb3aef19dafdded86bb /Emby.Server.Implementations/Updates | |
| parent | 7161a30af7e1ac1eacc00add5487d036ab7cb9dc (diff) | |
add missing line from using block
Diffstat (limited to 'Emby.Server.Implementations/Updates')
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs index b91094340..5a1612273 100644 --- a/Emby.Server.Implementations/Updates/InstallationManager.cs +++ b/Emby.Server.Implementations/Updates/InstallationManager.cs @@ -19,6 +19,7 @@ using MediaBrowser.Common.Updates; using MediaBrowser.Controller.Configuration; using MediaBrowser.Model.Events; using MediaBrowser.Model.IO; +using MediaBrowser.Model.Net; using MediaBrowser.Model.Serialization; using MediaBrowser.Model.Updates; using Microsoft.Extensions.Configuration; |
