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