diff --git a/NonsPlayer.Core/Contracts/Managers/IConfigManagers.cs b/NonsPlayer.Core/Contracts/Managers/IConfigManagers.cs new file mode 100644 index 0000000..03c5e82 --- /dev/null +++ b/NonsPlayer.Core/Contracts/Managers/IConfigManagers.cs @@ -0,0 +1,12 @@ +using ATL; +using NonsPlayer.Core.Resources; +using System.Text.Json; +using System.Text; + +namespace NonsPlayer.Core.Contracts.Managers; + +public interface IConfigManager +{ + void Load(); + void Save(); +} \ No newline at end of file diff --git a/NonsPlayer.Core/Models/AppSettings.cs b/NonsPlayer.Core/Models/AppSettings.cs new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/NonsPlayer.Core/Models/AppSettings.cs @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/NonsPlayer/Dialogs/ArtistSeparator.xaml b/NonsPlayer/Dialogs/ArtistSeparator.xaml new file mode 100644 index 0000000..fb4e51d --- /dev/null +++ b/NonsPlayer/Dialogs/ArtistSeparator.xaml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +