Merge pull request #11647 from Shadowghost/fix-season-names

Fix season names
This commit is contained in:
Joshua M. Boniface
2024-05-17 13:47:24 -04:00
committed by GitHub
4 changed files with 39 additions and 16 deletions

View File

@@ -107,7 +107,7 @@ namespace MediaBrowser.XbmcMetadata.Parsers
if (!string.IsNullOrWhiteSpace(name) && parsed)
{
item.SeasonNames[seasonNumber] = name;
item.SetSeasonName(seasonNumber, name);
}
break;