Update MediaBrowser.Providers/Manager/MetadataService.cs

This commit is contained in:
Claus Vium
2021-06-12 00:22:55 +02:00
committed by GitHub
parent d44025c620
commit 8daa679a26

View File

@@ -211,6 +211,7 @@ namespace MediaBrowser.Providers.Manager
private void ApplySearchResult(ItemLookupInfo lookupInfo, RemoteSearchResult result)
{
// Episode and Season do not support Identify, so the search results are the Series'
switch (lookupInfo)
{
case EpisodeInfo episodeInfo: