mkweb / pupnp

PHP UPnP MediaGUI
15 stars 5 forks source link

minidlna on OMV crashes on empty Filter value in upnp browse request #10

Open fundef1 opened 8 years ago

fundef1 commented 8 years ago

hi, i'm not sure whether this is a pupnp issue or a minidlna issue but

observed behaviour with minidlna on open media vault, attempt to browse folder causes instant crash of minidlna (browsing with other clients is fine) setting the Filter value to * resolves this

i added the following line in client.php: if(array_key_exists('Filter', $data) && $data['Filter'] == null) $data['Filter'] = '*';