aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-10-05 14:12:16 -0400
committerGitHub <noreply@github.com>2017-10-05 14:12:16 -0400
commit8eeca98fef6dd314764882b0ea1121361ec11e46 (patch)
treeb6e5d8074e9d4326729f13ec5562277cf2845ea4 /Emby.Server.Implementations/LiveTv
parent185fa7f5e76a9971e34c35783698d37902ed14cb (diff)
parentdb01b79901e503350f8359cab8b1eeae5ea30735 (diff)
Merge pull request #2943 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/LiveTv')
-rw-r--r--Emby.Server.Implementations/LiveTv/TunerHosts/LiveStream.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/LiveTv/TunerHosts/LiveStream.cs b/Emby.Server.Implementations/LiveTv/TunerHosts/LiveStream.cs
index 4641a1c91f..5be91c6c1b 100644
--- a/Emby.Server.Implementations/LiveTv/TunerHosts/LiveStream.cs
+++ b/Emby.Server.Implementations/LiveTv/TunerHosts/LiveStream.cs
@@ -140,6 +140,10 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
{
stream.Seek(offset, SeekOrigin.End);
}
+ catch (IOException)
+ {
+
+ }
catch (ArgumentException)
{