Merge pull request #1612 from Bond-009/warn4

Fix warnings
This commit is contained in:
dkanada
2019-08-10 15:12:54 -07:00
committed by GitHub
12 changed files with 168 additions and 137 deletions

View File

@@ -58,6 +58,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
UserAgent = _appHost.ApplicationUserAgent
});
}
return Task.FromResult((Stream)File.OpenRead(url));
}