diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-27 14:18:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-27 14:18:10 -0400 |
| commit | fbca42a34945a600423e9d4cc1ea59e40b47a595 (patch) | |
| tree | 3c568de9cd94e524ac52e32eeb69ecab621fe642 /MediaBrowser.Server.Implementations/LiveTv | |
| parent | a714926d632a764ace2ead98a5c22c1f24b9c363 (diff) | |
rework localization
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv')
| -rw-r--r-- | MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs b/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs index d5bfc5449..ec8dd8699 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs @@ -424,7 +424,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV private async Task RecordStream(TimerInfo timer, CancellationToken cancellationToken) { - var mediaStreamInfo = await GetChannelStream(timer.ChannelId, "none", CancellationToken.None); + var mediaStreamInfo = await GetChannelStream(timer.ChannelId, null, CancellationToken.None); var duration = (timer.EndDate - RecordingHelper.GetStartTime(timer)).TotalSeconds + timer.PrePaddingSeconds; HttpRequestOptions httpRequestOptions = new HttpRequestOptions() |
