aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-16 10:09:29 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-16 10:09:29 -0400
commit1a2ff21b443a021869058d73305993c46c27916c (patch)
tree583ac77564a83507e864a6aa3a1fdfcafe3c3d94 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parent11c37780531791a898afd36bc186b4b60d1dce9b (diff)
added stream copy options
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index b4ba31d72..f15986bbb 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -817,7 +817,7 @@ namespace MediaBrowser.Api.Playback
return VideoCodecs.H264;
}
- return null;
+ return VideoCodecs.Copy;
}
}
}