Explorar o código

Disable album loading for testing

Kenneth van Ewijk %!s(int64=10) %!d(string=hai) anos
pai
achega
a902b8c370
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      MusicPlayer/MusicPlayer/APIHandler.cs

+ 2 - 0
MusicPlayer/MusicPlayer/APIHandler.cs

@@ -97,6 +97,8 @@ namespace MusicPlayer
         public List<Album> GetAlbums()
         {
             List<Album> albumlist = new List<Album>();
+            return albumlist;
+
             Image def = Image.FromStream(nw.downloadArtwork("default-cover.png"));
             JObject o = nw.SendString("getalbums?id=hallo");
             if (o["result"].ToString() == "OK")