diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-09 21:16:31 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-09 21:16:31 -0400 |
| commit | e0c387446b2562ac6b153d36d357a71e70fa736b (patch) | |
| tree | 4cf750dfbfa6882986f9f1c8e8581a30a6d6977e /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 3b25b4d5b2030977bdc2deaf9093621c82d50835 (diff) | |
reworked iso manager
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 10570d911..b4ba31d72 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -18,6 +18,7 @@ using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; +using MediaBrowser.Model.IO; namespace MediaBrowser.Api.Playback { |
