2024-10-28, 08:06 PM
Code:
sudo apt upgrade jellyfin
Specifying jellyfin instead of just "apt upgrade" should push the upgrade through. If that doesn't work.
Code:
sudo apt remove jellyfin-ffmpeg6
sudo apt install jellyfin-ffmpeg7
sudo apt upgrade jellyfin
This is a limitation/quirk of how apt-get works.