From 0cce110c525d6409e22ee7d8196f0deac1caa792 Mon Sep 17 00:00:00 2001 From: Borewit Date: Mon, 5 Feb 2018 20:20:53 +0100 Subject: [PATCH] Fix bug #1320 by update music-metadata. Bug was caused by an interoperability between then-read-stream and readable-stream. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73532c7b..1a952184 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "location-history": "^1.0.0", "material-ui": "^0.17.0", "mkdirp": "^0.5.1", - "music-metadata": "^0.9.0", + "music-metadata": "^0.9.1", "network-address": "^1.1.0", "parse-torrent": "^5.7.3", "prettier-bytes": "^1.0.1",