From e92bba3a8e2cb8b58ea7327fc7896305b551d300 Mon Sep 17 00:00:00 2001 From: shuvashish76 Date: Sun, 29 Oct 2023 07:31:36 +0000 Subject: [PATCH] Create video_players.json Signed-off-by: shuvashish76 --- suggestions/video_players.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 suggestions/video_players.json diff --git a/suggestions/video_players.json b/suggestions/video_players.json new file mode 100644 index 0000000..660e690 --- /dev/null +++ b/suggestions/video_players.json @@ -0,0 +1,8 @@ +[ + { + "id": "org.videolan.vlc", + "label": "VLC", + "source": "fg", + "repo": "https://code.videolan.org/videolan/vlc-android" + } +]