oeuillot / upnpserver

Fast and light upnp server for node
GNU General Public License v2.0
181 stars 47 forks source link

Update Example #49

Closed gak10100 closed 8 years ago

gak10100 commented 8 years ago

In the example configuration it says

dlnaSupport Boolean Enable/disable dlna support. Default: true

However on line 46 of upnpServer.js it has

this.dlnaSupport = !!configuration.dlna;

The example should say dlna Boolean Enable/disable dlna support. Default: false

oeuillot commented 8 years ago

Hello, I rewrite the configuration in branch ES6. Please , switch to this branch, or wait the merge ;-)

In the new branch, I have set the default value of dlna support to TRUE.

Regards,