diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-14 01:27:10 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-14 01:27:10 -0500 |
| commit | 1b06e05cf69815e523faaf9e237461fe0541c7ce (patch) | |
| tree | 359fe31cb03d01cb51a65f6ebd871a6da58ad988 /MediaBrowser.Server.Startup.Common/INativeApp.cs | |
| parent | 4f5c7687042148507d5cedfcec81ab355f478f19 (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/INativeApp.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs index 5042e1cea..c41c66665 100644 --- a/MediaBrowser.Server.Startup.Common/INativeApp.cs +++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs @@ -1,4 +1,5 @@ -using MediaBrowser.Common.Net; +using System; +using MediaBrowser.Common.Net; using MediaBrowser.Model.Logging; using System.Collections.Generic; using System.Reflection; |
