minidlna: default network is lan

This commit is contained in:
Sukru Senli 2015-11-05 18:06:47 +01:00
parent 0bc14d9f56
commit cd10b8320b

View file

@ -46,8 +46,8 @@ minidlna_create_config() {
local network
config_get port $cfg port
config_get interface $cfg interface
config_get network $cfg network
#config_get interface $cfg interface
config_get network $cfg network "lan"
[ -n "$network" ] && . /lib/functions/network.sh && network_get_device interface $network