diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-02-21 02:58:30 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-02-21 02:58:30 +0100 |
| commit | b1fe28d0a6c1bbc67543fc1b5877a69f7958f8c5 (patch) | |
| tree | f75a6083ace4448fc584d195d1fbdcf9a5e9243c /Emby.Server.Implementations | |
| parent | eba859e33e7bf611e5b4d63acd4df81038154be8 (diff) | |
Use GetEncodingOptions where possible
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs b/Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs index 5ef83f274..0760e8127 100644 --- a/Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs +++ b/Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs @@ -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]; |
