Minor improvements

This commit is contained in:
Bond_009
2021-08-15 17:20:07 +02:00
parent fc9f45b42d
commit 19824bff94
16 changed files with 156 additions and 200 deletions

View File

@@ -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
{