mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
minidlna: Fix showing clients information
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
f65b4ec407
commit
1be1af9b18
@ -35,6 +35,7 @@ class MiniDLNAAppView(AppView):
|
|||||||
description = minidlna.description
|
description = minidlna.description
|
||||||
form_class = MiniDLNAServerForm
|
form_class = MiniDLNAServerForm
|
||||||
icon_filename = minidlna.icon_filename
|
icon_filename = minidlna.icon_filename
|
||||||
|
clients = minidlna.clients
|
||||||
|
|
||||||
def get_initial(self):
|
def get_initial(self):
|
||||||
"""Initial form value as found in the minidlna.conf"""
|
"""Initial form value as found in the minidlna.conf"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user