aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-09 21:16:31 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-09 21:16:31 -0400
commite0c387446b2562ac6b153d36d357a71e70fa736b (patch)
tree4cf750dfbfa6882986f9f1c8e8581a30a6d6977e /MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
parent3b25b4d5b2030977bdc2deaf9093621c82d50835 (diff)
reworked iso manager
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs b/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
index c4f258d8a..0d5c07cbe 100644
--- a/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
+++ b/MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
@@ -16,6 +16,7 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
+using MediaBrowser.Model.IO;
namespace MediaBrowser.Api.Playback.Progressive
{