update logging

This commit is contained in:
Luke Pulverenti
2017-10-05 14:10:46 -04:00
parent 51ca72ab5d
commit 9707712d39
2 changed files with 7 additions and 8 deletions

View File

@@ -139,6 +139,10 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
try
{
stream.Seek(offset, SeekOrigin.End);
}
catch (IOException)
{
}
catch (ArgumentException)
{