url head: handle links that are notimages/movies

devs/discomfitor/cc
Boris Faure 9 years ago
parent be30c069f3
commit 141cfd959d
  1. 2
      src/bin/win.c

@ -1679,6 +1679,8 @@ _media_http_head_complete(void *data, int kind EINA_UNUSED, void *event_info)
#undef _CONTENT_TYPE_HDR
#undef _LOCATION_HDR
}
if (type == MEDIA_TYPE_UNKNOWN)
goto error;
_ty_http_head_delete(ty_head);
return EINA_TRUE;

Loading…
Cancel
Save