We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2367460 commit bef95c9Copy full SHA for bef95c9
.update/patches
@@ -1635,7 +1635,7 @@ Patch_9_5()
1635
(( $G_DISTRO > 6 )) && [[ -f '/etc/systemd/system/mpd.service.d/dietpi.conf' ]] && G_EXEC sed -i 's/no-daemon/systemd/' /etc/systemd/system/mpd.service.d/dietpi.conf
1636
1637
# Migrate jellyfin-ffmpeg5 => jellyfin-ffmpeg6
1638
- if dpkg-query -s jellyfin &> /dev/null && dpkg-query -s jellyfin-ffmpeg5
+ if dpkg-query -s jellyfin &> /dev/null && dpkg-query -s jellyfin-ffmpeg5 &> /dev/null
1639
then
1640
G_DIETPI-NOTIFY 2 'Migrating to Jellyfin FFmpeg 6'
1641
G_AGI jellyfin
0 commit comments