Apply review suggestion

This commit is contained in:
Shadowghost 2024-05-18 20:41:04 +02:00
parent c274062e87
commit c106b399d7

View file

@ -102,6 +102,7 @@ namespace MediaBrowser.XbmcMetadata.Parsers
// Season names are processed by SeasonFromSeriesNfoParser
case "namedseason":
break;
default:
base.FetchDataFromXmlNode(reader, itemResult);
break;