Update MediaBrowser.Providers/Manager/MetadataService.cs

pull/5384/head
Claus Vium 3 years ago committed by GitHub
parent d44025c620
commit 8daa679a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save