You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buenas. La guía EPG en el plugin IPTV Simple Client de Kodi no funciona a no ser que el fichero .xml tenga cabecera (<?xml version="1.0" encoding="UTF-8"?>), es decir, poniendo lo siguiente en la función convierteJSONTVaXMLTV del objeto utils: let builder = new xml2js.Builder({ headless: false });
Saludos.
The text was updated successfully, but these errors were encountered:
Buenas. La guía EPG en el plugin IPTV Simple Client de Kodi no funciona a no ser que el fichero .xml tenga cabecera (
<?xml version="1.0" encoding="UTF-8"?>
), es decir, poniendo lo siguiente en la función convierteJSONTVaXMLTV del objeto utils:let builder = new xml2js.Builder({ headless: false });
Saludos.
The text was updated successfully, but these errors were encountered: