diff --git a/Sources/Connsole/Program.cs b/Sources/Connsole/Program.cs
index 6cb5ba9..fb87e4e 100644
--- a/Sources/Connsole/Program.cs
+++ b/Sources/Connsole/Program.cs
@@ -3,7 +3,7 @@
// See https://aka.ms/new-console-template for more information
-Album a = new Album("Adios Bahamas", "album1.jpg", "Népal");
+/*Album a = new Album("Adios Bahamas", "album1.jpg", "Népal");
Album a1 = new Album("Fenêtre sur Rue", "album3.jpg", "HugoTSR");
Album a2 = new Album("Dans la Légende", "album8.jpg", "PNL");
@@ -18,7 +18,7 @@ foreach (Album album in lst)
Console.WriteLine($"Artiste : " + album.Artiste);
Console.WriteLine($"-------------------------");
-}
+}*/
diff --git a/Sources/Linaris/AppShell.xaml b/Sources/Linaris/AppShell.xaml
index 902faa0..c74d47a 100644
--- a/Sources/Linaris/AppShell.xaml
+++ b/Sources/Linaris/AppShell.xaml
@@ -8,8 +8,8 @@
diff --git a/Sources/Linaris/Linaris.csproj b/Sources/Linaris/Linaris.csproj
index 1bb72bd..16187ed 100644
--- a/Sources/Linaris/Linaris.csproj
+++ b/Sources/Linaris/Linaris.csproj
@@ -63,6 +63,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
diff --git a/Sources/Linaris/MainPage.xaml.cs b/Sources/Linaris/MainPage.xaml.cs
index 4112ed7..9e8598f 100644
--- a/Sources/Linaris/MainPage.xaml.cs
+++ b/Sources/Linaris/MainPage.xaml.cs
@@ -2,7 +2,7 @@
public partial class MainPage : ContentPage
{
- int count = 0;
+ // int count = 0;
public MainPage()
{
diff --git a/Sources/Linaris/PlaylistPage.xaml b/Sources/Linaris/PlaylistPage.xaml
new file mode 100644
index 0000000..843637e
--- /dev/null
+++ b/Sources/Linaris/PlaylistPage.xaml
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/Linaris/PlaylistPage.xaml.cs b/Sources/Linaris/PlaylistPage.xaml.cs
new file mode 100644
index 0000000..cb8f24b
--- /dev/null
+++ b/Sources/Linaris/PlaylistPage.xaml.cs
@@ -0,0 +1,9 @@
+namespace Linaris;
+
+public partial class PlaylistPage : ContentPage
+{
+ public PlaylistPage()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/Linaris/Resources/Images/playlist.jpg b/Sources/Linaris/Resources/Images/playlist.jpg
new file mode 100644
index 0000000..5c0750c
Binary files /dev/null and b/Sources/Linaris/Resources/Images/playlist.jpg differ
diff --git a/Sources/Linaris/Resources/Styles/Styles.xaml b/Sources/Linaris/Resources/Styles/Styles.xaml
index 071f3f3..e7d3faf 100644
--- a/Sources/Linaris/Resources/Styles/Styles.xaml
+++ b/Sources/Linaris/Resources/Styles/Styles.xaml
@@ -45,6 +45,10 @@
+
+