From a55a76988622eaf1b00a97aa4dbe8947e6bf17b8 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 9 Sep 2020 10:05:09 -0700 Subject: [PATCH] Fix conversion issue --- DICUI.Library/Utilities/Converters.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DICUI.Library/Utilities/Converters.cs b/DICUI.Library/Utilities/Converters.cs index 94c0da18..de184822 100644 --- a/DICUI.Library/Utilities/Converters.cs +++ b/DICUI.Library/Utilities/Converters.cs @@ -1372,12 +1372,12 @@ namespace DICUI.Utilities case "videonow jr": case "hasbrovideonowjr": case "hasbro videonow jr": - return KnownSystem.HasbroVideoNowColor; + return KnownSystem.HasbroVideoNowJr; case "videonowxp": case "videonow xp": case "hasbrovideonowxp": case "hasbro videonow xp": - return KnownSystem.HasbroVideoNowColor; + return KnownSystem.HasbroVideoNowXP; case "ixl": case "mattelixl": case "mattel ixl":