@svrooij/sonos
Advanced tools
Comparing version 2.6.0-beta.8 to 2.6.0-beta.9
@@ -69,2 +69,4 @@ "use strict"; | ||
return undefined; | ||
if (input.indexOf('<') === -1) | ||
return input; | ||
const inputToParse = input.indexOf('\\"') > -1 ? input.replace('\\"', '"') : input; | ||
@@ -71,0 +73,0 @@ const xmlDocument = (0, parse_xml_1.parseXml)(inputToParse); |
{ | ||
"name": "@svrooij/sonos", | ||
"version": "2.6.0-beta.8", | ||
"version": "2.6.0-beta.9", | ||
"description": "A node library to control your sonos devices, written in typescript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
485994
11416