diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-08-15 17:20:07 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-08-15 23:48:19 +0200 |
| commit | 19824bff94a9f557c3fb1616e1b5031fd125a53a (patch) | |
| tree | 1db1046e7562f485bdba5e1137dddb7fbd9ecbbf /Emby.Server.Implementations/Channels/ChannelManager.cs | |
| parent | fc9f45b42d80bbc5575c1975fd5f19ef158284a6 (diff) | |
Minor improvements
Diffstat (limited to 'Emby.Server.Implementations/Channels/ChannelManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Channels/ChannelManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Channels/ChannelManager.cs b/Emby.Server.Implementations/Channels/ChannelManager.cs index 093607dd5e..aa54510a71 100644 --- a/Emby.Server.Implementations/Channels/ChannelManager.cs +++ b/Emby.Server.Implementations/Channels/ChannelManager.cs @@ -880,7 +880,7 @@ namespace Emby.Server.Implementations.Channels } } - private async Task CacheResponse(object result, string path) + private async Task CacheResponse(ChannelItemResult result, string path) { try { |
