Skip to content

network: Request content type attribute when enumerating

Ondrej Holy requested to merge wip/oholy/network-content-type into master

The g_file_info_get_content_type function is used, but the content type attribute is not requested. Consequently, several critical warnings are printed. Let's add the content type attribute to the list of requested attributes.

Fixes: #734 (closed)

Merge request reports