From dd3ea74db2d33f4d674ae44531e00f6730b4b5dc Mon Sep 17 00:00:00 2001 From: ta264 Date: Sun, 11 Jul 2021 21:31:22 +0100 Subject: [PATCH] Fixed: Error changing artist metadata profile --- src/NzbDrone.Core/Music/Model/Album.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Music/Model/Album.cs b/src/NzbDrone.Core/Music/Model/Album.cs index 961336ddb..43b50aea7 100644 --- a/src/NzbDrone.Core/Music/Model/Album.cs +++ b/src/NzbDrone.Core/Music/Model/Album.cs @@ -1,8 +1,8 @@ using System; using System.Collections.Generic; using System.Linq; +using System.Text.Json.Serialization; using Equ; -using Newtonsoft.Json; using NzbDrone.Common.Extensions; using NzbDrone.Core.Datastore;