diff --git a/3progs.sh b/3progs.sh
index df6fcc8..991f65d 100755
--- a/3progs.sh
+++ b/3progs.sh
@@ -43,6 +43,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
   FALSE "GTKStressTesting - CPU Monitorozas es Stress Test Program" \
   FALSE "Heroic Launcher - Epic Games Launcher Linux verziója" \
   FALSE "Input-Remapper 2.0 - egér/bill. gomb konfiguráló, macro író progi" \
+  FALSE "Jellyfin - Jellyfin Media Player" \
   FALSE "Kdenlive - Linuxos videószerkesztő program" \
   FALSE "KeepassXC - Jelszókezelő, az adatbázist titkosítva tárolja a PC-n" \
   FALSE "KVM QEMU - virtualizáció, virtuális gépek futtatása" \
@@ -696,6 +697,18 @@ if [[ $user_choice = *"Monophony - Youtube videokbol kiszedi a hangot. Jo cucc p
   echo
 fi
 
+if [[ $user_choice = *"Jellyfin - Jellyfin Media Player"* ]]; then
+  echo
+  echo ---------------------------------------------
+  echo Installing ${bold}${yellow}Jellyfin${normal}
+
+  yay -S jellyfin-media-player --noconfirm
+
+  echo ${bold}${yellow}Jellyfin Media Player ${normal}installed.
+  echo ---------------------------------------------
+  echo
+fi
+
 if [[ $user_choice = *"Windows 11 Telepítő - Csak Profiknak"* ]]; then
   zenity --warning --text='!! MAJOM VAGY !!' --width='300' --height='100'
 fi