diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-15 15:16:16 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-15 15:16:16 -0400 |
| commit | 4ef1a70fc5de27cc208aae9f912dcaeabe759081 (patch) | |
| tree | d7565d52bb3bda46a4ed7154b47181646d2dc933 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 271261a0938dacde4b220e936828abe1fcf5cfca (diff) | |
create localStorage abstraction
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 5d772527c..9609d8c29 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -1,5 +1,4 @@ -using MediaBrowser.Api.Playback.Hls; -using MediaBrowser.Common.Extensions; +using MediaBrowser.Common.Extensions; using MediaBrowser.Common.IO; using MediaBrowser.Controller.Channels; using MediaBrowser.Controller.Configuration; |
