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:
Sunil Mohan Adapa 2019-12-27 18:23:33 -08:00 committed by James Valleroy
parent f65b4ec407
commit 1be1af9b18
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -35,6 +35,7 @@ class MiniDLNAAppView(AppView):
description = minidlna.description
form_class = MiniDLNAServerForm
icon_filename = minidlna.icon_filename
clients = minidlna.clients
def get_initial(self):
"""Initial form value as found in the minidlna.conf"""