aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Channels/ChannelManager.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-08-16 08:59:43 +0200
committerGitHub <noreply@github.com>2021-08-16 08:59:43 +0200
commitfa77902955c67f8dda8a3280081b56d029fa25f7 (patch)
treebf6e0631c9fda6c8d6e9786c3d765b9df68412d3 /Emby.Server.Implementations/Channels/ChannelManager.cs
parentdb0d5b048a2ced6538604c8aceaeb832ac2ce694 (diff)
parent19824bff94a9f557c3fb1616e1b5031fd125a53a (diff)
Merge pull request #6430 from Bond-009/minor17
Minor improvements
Diffstat (limited to 'Emby.Server.Implementations/Channels/ChannelManager.cs')
-rw-r--r--Emby.Server.Implementations/Channels/ChannelManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Channels/ChannelManager.cs b/Emby.Server.Implementations/Channels/ChannelManager.cs
index 093607dd5..aa54510a7 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
{