From e62def6ebaf0cadabdeee6f057997d66ab10f064 Mon Sep 17 00:00:00 2001 From: Corentin LEMAIRE Date: Sat, 27 May 2023 19:44:03 +0200 Subject: [PATCH] Fix building issue --- Sources/Console/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Console/Program.cs b/Sources/Console/Program.cs index 85e3b24..de10b61 100644 --- a/Sources/Console/Program.cs +++ b/Sources/Console/Program.cs @@ -21,7 +21,6 @@ p1.PreviousTitle(); current = p1.GetCurrentTitle(); Console.WriteLine(current?.Name); -p1.Loop = true; p1.AddTitle(new CustomTitle("Nouveau", "img.png", "infos", "path.mp3")); p1.Shuffle = true; Console.WriteLine("--------------------");