diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 00:23:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 00:23:11 -0400 |
| commit | 078277ebc29bd749045e5d109024d9d08aa8edea (patch) | |
| tree | 9d47f711b41522ac0b58519cb3fa838f9d4f1fd7 /MediaBrowser.Common.Implementations/Updates/InstallationManager.cs | |
| parent | 8ad702060ea31a3862598056509a2597f6a2b639 (diff) | |
continue file system rework
Diffstat (limited to 'MediaBrowser.Common.Implementations/Updates/InstallationManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Updates/InstallationManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs index 12afdd8d7..dc642a0a8 100644 --- a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs +++ b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs @@ -19,6 +19,7 @@ using System.Linq; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; +using CommonIO; namespace MediaBrowser.Common.Implementations.Updates { |
