diff --git a/images/figplayer.png b/images/figplayer.png new file mode 100644 index 000000000..ea95b4249 Binary files /dev/null and b/images/figplayer.png differ diff --git a/images/omniplayer.png b/images/omniplayer.png new file mode 100644 index 000000000..45fbf503e Binary files /dev/null and b/images/omniplayer.png differ diff --git a/public/images/figplayer.webp b/public/images/figplayer.webp new file mode 100644 index 000000000..f9accccf0 Binary files /dev/null and b/public/images/figplayer.webp differ diff --git a/public/images/omniplayer.webp b/public/images/omniplayer.webp new file mode 100644 index 000000000..92f4c6803 Binary files /dev/null and b/public/images/omniplayer.webp differ diff --git a/src/pages/home/previews/video_box.tsx b/src/pages/home/previews/video_box.tsx index 452b187f0..211e049a2 100644 --- a/src/pages/home/previews/video_box.tsx +++ b/src/pages/home/previews/video_box.tsx @@ -22,6 +22,8 @@ export const players: { icon: string; name: string; scheme: string }[] = [ { icon: "potplayer", name: "PotPlayer", scheme: "potplayer://$durl" }, { icon: "vlc", name: "VLC", scheme: "vlc://$durl" }, { icon: "nplayer", name: "nPlayer", scheme: "nplayer-$durl" }, + { icon: "omniplayer", name: "OmniPlayer", scheme: "omniplayer://weblink?url=$durl" }, + { icon: "figplayer", name: "Fig Player", scheme: "figplayer://weblink?url=$durl" }, { icon: "infuse", name: "Infuse",