aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-01 18:04:54 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-01 18:04:54 -0400
commita4e73120a7b896eb9f90985e0feb8bbaa7ae1d4c (patch)
tree6a6f33443abca1f2d8cd1a62c5090a801a750908 /MediaBrowser.Server.Implementations
parent3d8287bc6e3ee5b2b7377a2ddc73ef364f84fef2 (diff)
update channel streams
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
index 9305f7be7..d73b144b8 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
@@ -364,6 +364,11 @@ namespace MediaBrowser.Server.Implementations.LiveTv
{
await _liveStreamSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false);
+ if (string.Equals(id, mediaSourceId, StringComparison.OrdinalIgnoreCase))
+ {
+ mediaSourceId = null;
+ }
+
try
{
MediaSourceInfo info;