mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Prevent infite loop
This commit is contained in:
parent
7fa72260ca
commit
9a9e8e2648
@ -102,6 +102,7 @@ namespace MediaBrowser.XbmcMetadata.Parsers
|
||||
|
||||
// Season names are processed by SeasonFromSeriesNfoParser
|
||||
case "namedseason":
|
||||
reader.Skip();
|
||||
break;
|
||||
default:
|
||||
base.FetchDataFromXmlNode(reader, itemResult);
|
||||
|
Loading…
x
Reference in New Issue
Block a user