From 1c993302824b684e858cd2d103bee664652c43e2 Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Sun, 13 Feb 2022 21:11:33 +0000 Subject: [PATCH] minidlna: add iOS VLC client Reviewed-by: James Valleroy --- plinth/modules/minidlna/manifest.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plinth/modules/minidlna/manifest.py b/plinth/modules/minidlna/manifest.py index c7e6e45c5..5f62d84a1 100644 --- a/plinth/modules/minidlna/manifest.py +++ b/plinth/modules/minidlna/manifest.py @@ -36,6 +36,11 @@ clients = [ 'os': 'android', 'store_name': 'f-droid', 'url': store_url('f-droid', 'org.videolan.vlc') + }, { + 'type': 'store', + 'os': 'ios', + 'store_name': 'app-store', + 'url': 'https://apps.apple.com/app/apple-store/id650377962' }] }, {