Use GetEncodingOptions where possible

This commit is contained in:
Bond_009
2021-02-21 02:58:30 +01:00
parent eba859e33e
commit b1fe28d0a6
4 changed files with 5 additions and 10 deletions

View File

@@ -335,11 +335,6 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
return new Uri(url).AbsoluteUri.TrimEnd('/');
}
protected EncodingOptions GetEncodingOptions()
{
return Config.GetConfiguration<EncodingOptions>("encoding");
}
private static string GetHdHrIdFromChannelId(string channelId)
{
return channelId.Split('_')[1];