Disable album loading for testing

This commit is contained in:
2015-10-31 11:56:05 +01:00
parent c20a20534b
commit a902b8c370
+2
View File
@@ -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")