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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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: