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/AudioService.cs | |
| parent | 3b25b4d5b2030977bdc2deaf9093621c82d50835 (diff) | |
reworked iso manager
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/AudioService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Progressive/AudioService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/AudioService.cs b/MediaBrowser.Api/Playback/Progressive/AudioService.cs index 1c4c3d70e..202318cfe 100644 --- a/MediaBrowser.Api/Playback/Progressive/AudioService.cs +++ b/MediaBrowser.Api/Playback/Progressive/AudioService.cs @@ -3,6 +3,7 @@ using MediaBrowser.Common.MediaInfo; using MediaBrowser.Controller; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Persistence; +using MediaBrowser.Model.IO; using ServiceStack.ServiceHost; using System; using System.Collections.Generic; |
