From bd1c9759151e15ed21a102741f954dafa83df59f Mon Sep 17 00:00:00 2001 From: Corentin LEMAIRE Date: Fri, 26 May 2023 20:43:10 +0200 Subject: [PATCH] Try to fix build issue --- Sources/Model/Album.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Model/Album.cs b/Sources/Model/Album.cs index bc1cac5..26e7a6c 100644 --- a/Sources/Model/Album.cs +++ b/Sources/Model/Album.cs @@ -6,6 +6,7 @@ using System.Xml.Serialization; namespace Model { + public class Album { private static long nbAlbum = 0;