minidlna: add iOS VLC client

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Benedek Nagy 2022-02-13 21:11:33 +00:00 committed by James Valleroy
parent ba9c9d58d3
commit 1c99330282
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

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