diff --git a/Sources/Linaris/AlbumPage.xaml b/Sources/Linaris/AlbumPage.xaml index 0cce3f9..9aebfa2 100644 --- a/Sources/Linaris/AlbumPage.xaml +++ b/Sources/Linaris/AlbumPage.xaml @@ -16,7 +16,8 @@ - + + diff --git a/Sources/Linaris/FooterPage.xaml.cs b/Sources/Linaris/FooterPage.xaml.cs index 64b0c9f..18f18ab 100644 --- a/Sources/Linaris/FooterPage.xaml.cs +++ b/Sources/Linaris/FooterPage.xaml.cs @@ -19,7 +19,8 @@ public partial class FooterPage : ContentView // (s,a) = convention, s = sender, a = arguments, si appli fermée, on free tout outputDevice.PlaybackStopped += PlaybackStoppedHandler; - morceauEnCours = "U:\\Utils\\Musics\\peaches.mp3"; + // morceauEnCours = "Musics/peaches.mp3"; + morceauEnCours = Path.Combine(AppContext.BaseDirectory, "Resources", "Musics", "winter.mp3"); audioFile = new AudioFileReader(morceauEnCours); outputDevice.Init(audioFile); } diff --git a/Sources/Linaris/Layout.xaml b/Sources/Linaris/Layout.xaml new file mode 100644 index 0000000..77c37f7 --- /dev/null +++ b/Sources/Linaris/Layout.xaml @@ -0,0 +1,12 @@ + + + + +