Browse Source

Fix:
- fix first time adding favorites

Stephen Damm 6 years ago
parent
commit
666e2a0795
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SongBrowserPlugin/SongBrowserSettings.cs

+ 1 - 0
SongBrowserPlugin/SongBrowserSettings.cs

@@ -28,6 +28,7 @@ namespace SongBrowserPlugin
         /// </summary>
         public SongBrowserSettings()
         {
+            favorites = new List<String>();
         }
 
         /// <summary>