Explorar el Código

Fix:
- fix first time adding favorites

Stephen Damm hace 6 años
padre
commit
666e2a0795
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>