minidlna: Fix webserver config name

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-12-08 14:48:05 -05:00
parent 4909e776ba
commit ec7a74bf20
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -77,7 +77,7 @@ class MiniDLNAApp(app_module.App):
)
firewall = Firewall('firewall-minidlna', name, ports=['minidlna'],
is_external=False)
webserver = Webserver('webserver-minidlna', 'minidlna-plinth')
webserver = Webserver('webserver-minidlna', 'minidlna-freedombox')
shortcut = frontpage.Shortcut(
'shortcut-minidlna',
name,