diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-19 16:08:34 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-19 16:08:34 -0400 |
| commit | 467f44050198060a88538428bfb21f71ec08ad5b (patch) | |
| tree | 8a5d0ef8409b937b7bdc8130d2ecadf95ff638a7 /Emby.Server.Implementations/LiveTv | |
| parent | 34b72751e018239b7c5a1a964b5a1bc245e8226b (diff) | |
3.2.30.26
Diffstat (limited to 'Emby.Server.Implementations/LiveTv')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs b/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs index 62906f5d4e..ed8b3074b0 100644 --- a/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs +++ b/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs @@ -143,7 +143,7 @@ namespace Emby.Server.Implementations.LiveTv stream = info.Item1; directStreamProvider = info.Item2; - allowLiveStreamProbe = false; + //allowLiveStreamProbe = false; } else { |
