From 7dc20cff0df59583ec9cd1860e77117db9208113 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Sun, 1 Sep 2024 16:08:05 +0200 Subject: [PATCH] this changed after namespace change --- ConfusedPolarBear.Plugin.IntroSkipper/XmlSerializationHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/XmlSerializationHelper.cs b/ConfusedPolarBear.Plugin.IntroSkipper/XmlSerializationHelper.cs index b7d90ec..6b01e15 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/XmlSerializationHelper.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/XmlSerializationHelper.cs @@ -67,7 +67,7 @@ namespace ConfusedPolarBear.Plugin.IntroSkipper { xmlDoc.DocumentElement.RemoveAttribute("xmlns:xsi"); xmlDoc.DocumentElement.RemoveAttribute("xmlns:xsd"); - xmlDoc.DocumentElement.SetAttribute("xmlns", "http://schemas.datacontract.org/2004/07/ConfusedPolarBear.Plugin.IntroSkipper"); + xmlDoc.DocumentElement.SetAttribute("xmlns", "http://schemas.datacontract.org/2004/07/ConfusedPolarBear.Plugin.IntroSkipper.Data"); xmlDoc.DocumentElement.SetAttribute("xmlns:i", "http://www.w3.org/2001/XMLSchema-instance"); // Save the modified XML document