...and go back to old-style html content-type header for xml return

ffs lyricwiki
This commit is contained in:
zmike 2015-09-06 20:35:17 -04:00
parent 3146cf387c
commit 5b3ef97f3a
1 changed files with 0 additions and 4 deletions

View File

@ -184,11 +184,7 @@ lyricwiki_complete(void *d EINA_UNUSED, int type EINA_UNUSED, Ecore_Con_Event_Ur
tp = azy_util_transport_get(h);
if (tp == AZY_NET_TRANSPORT_JAVASCRIPT) break;
#ifdef OLD_FETCH
if (tp == AZY_NET_TRANSPORT_HTML)
#else
if (tp == AZY_NET_TRANSPORT_XML)
#endif
{
stub = EINA_FALSE;
break;