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/Progressive/VideoService.cs | |
| parent | 3b25b4d5b2030977bdc2deaf9093621c82d50835 (diff) | |
reworked iso manager
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/VideoService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Progressive/VideoService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs index 742fba1c34..b091065b6c 100644 --- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs +++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs @@ -4,6 +4,7 @@ using MediaBrowser.Controller; using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Persistence; +using MediaBrowser.Model.IO; using ServiceStack.ServiceHost; using System; using System.IO; |
