mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Prevent infite loop
This commit is contained in:
parent
7fa72260ca
commit
9a9e8e2648
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue