diff --git a/SongBrowserPlugin/SongBrowserPlugin.csproj b/SongBrowserPlugin/SongBrowserPlugin.csproj index 008368b..eb7d0bb 100644 --- a/SongBrowserPlugin/SongBrowserPlugin.csproj +++ b/SongBrowserPlugin/SongBrowserPlugin.csproj @@ -116,8 +116,8 @@ - - + + diff --git a/SongBrowserPlugin/UI/SongBrowserUI.cs b/SongBrowserPlugin/UI/Browser/SongBrowserUI.cs similarity index 100% rename from SongBrowserPlugin/UI/SongBrowserUI.cs rename to SongBrowserPlugin/UI/Browser/SongBrowserUI.cs diff --git a/SongBrowserPlugin/UI/SongFilterButton.cs b/SongBrowserPlugin/UI/Browser/SongFilterButton.cs similarity index 100% rename from SongBrowserPlugin/UI/SongFilterButton.cs rename to SongBrowserPlugin/UI/Browser/SongFilterButton.cs diff --git a/SongBrowserPlugin/UI/SongSortButton.cs b/SongBrowserPlugin/UI/Browser/SongSortButton.cs similarity index 100% rename from SongBrowserPlugin/UI/SongSortButton.cs rename to SongBrowserPlugin/UI/Browser/SongSortButton.cs