From 39c384ea07da74a1c2c10a3b8fe7dfb9cbcd5233 Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Sat, 20 May 2023 02:09:08 +0200 Subject: [PATCH] :pencil2: :art: Clean up the code a little, fix some minor things --- AMC.Model/Models/Song.cs | 3 ++- AMC.View/App.xaml.cs | 4 +--- AMC.View/Controls/LibraryCategoryItem.xaml | 2 +- AMC.View/Converters/SongsInfoConverter.cs | 4 ++-- AMC.View/Views/LibraryPage.xaml | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/AMC.Model/Models/Song.cs b/AMC.Model/Models/Song.cs index 5c55dc8..7ae595c 100644 --- a/AMC.Model/Models/Song.cs +++ b/AMC.Model/Models/Song.cs @@ -1,4 +1,5 @@ -namespace AMC.Model.Models { +namespace AMC.Model.Models +{ public class Song { public int Id { get; set; } diff --git a/AMC.View/App.xaml.cs b/AMC.View/App.xaml.cs index d855210..4675ecb 100644 --- a/AMC.View/App.xaml.cs +++ b/AMC.View/App.xaml.cs @@ -1,6 +1,4 @@ -using System.Globalization; - -namespace AMC.View; +namespace AMC.View; public partial class App : Application { diff --git a/AMC.View/Controls/LibraryCategoryItem.xaml b/AMC.View/Controls/LibraryCategoryItem.xaml index daffc6d..25a7156 100644 --- a/AMC.View/Controls/LibraryCategoryItem.xaml +++ b/AMC.View/Controls/LibraryCategoryItem.xaml @@ -13,7 +13,7 @@ HorizontalOptions="Start" />