aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-05 14:10:46 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-05 14:10:46 -0400
commit9707712d393710537e68e24fb362cdb5c4f8bf41 (patch)
treee6ffb18abc4dd37a6e43d8e68d40a90fa48f9268 /Emby.Server.Implementations/LiveTv
parent51ca72ab5d88f6e4bc910e7744bdecb6284bc00b (diff)
update logging
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 4641a1c91..5be91c6c1 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)
{