diff --git a/CHANGELIST.md b/CHANGELIST.md index 03602aa7..9be8881e 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -79,6 +79,7 @@ - Sync to newest CICM - Update solution file for VS2022 - Add Aaru as a submodule for .NET 6 +- Multisession is multi-line ### 2.3 (2022-02-05) - Start overhauling Redump information pulling, again diff --git a/MPF.Library/InfoTool.cs b/MPF.Library/InfoTool.cs index 74cc468a..7758ef36 100644 --- a/MPF.Library/InfoTool.cs +++ b/MPF.Library/InfoTool.cs @@ -2025,6 +2025,7 @@ namespace MPF.Library case SiteCode.Extras: case SiteCode.Games: case SiteCode.GameFootage: + case SiteCode.Multisession: case SiteCode.NetYarozeGames: case SiteCode.Patches: case SiteCode.PlayableDemos: