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' }] }, {