mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
minidlna: default network is lan
This commit is contained in:
parent
0bc14d9f56
commit
cd10b8320b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue