]> git.sesse.net Git - vlc/blobdiff - modules/access/bda/bda.c
Export Content-Type out of HTTP access using Control.
[vlc] / modules / access / bda / bda.c
index f3da942d3a0cbd215ac987b955284474b5078a08..2d280b1cfa5f053d883932c9321e5bedd148772f 100644 (file)
@@ -519,6 +519,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
     case ACCESS_SET_PAUSE_STATE:    /* 8 */
     case ACCESS_SET_TITLE:          /* 9 */
     case ACCESS_SET_SEEKPOINT:      /* 10 */
+    case ACCESS_GET_CONTENT_TYPE:
         return VLC_EGENERIC;
 
     case ACCESS_SET_PRIVATE_ID_STATE: /* 11 */