mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MediaBrowser.Providers/Manager/MetadataService.cs
This commit is contained in:
parent
d44025c620
commit
8daa679a26
@ -211,6 +211,7 @@ namespace MediaBrowser.Providers.Manager
|
|||||||
|
|
||||||
private void ApplySearchResult(ItemLookupInfo lookupInfo, RemoteSearchResult result)
|
private void ApplySearchResult(ItemLookupInfo lookupInfo, RemoteSearchResult result)
|
||||||
{
|
{
|
||||||
|
// Episode and Season do not support Identify, so the search results are the Series'
|
||||||
switch (lookupInfo)
|
switch (lookupInfo)
|
||||||
{
|
{
|
||||||
case EpisodeInfo episodeInfo:
|
case EpisodeInfo episodeInfo:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user