upnp: add work-around for Fritzbox devices
Those devices expect a full paging implementation so by default, they will return the first 50 items only. This patch overwrites the default and requests 1500 instead, which should be sufficient for most UPnP directories. Instead of adding pagination using upnpx, we should move to libvlc's UPnP implementation which already supports it.