Skip to content

Commit

Permalink
fix jellyfin-media-player
Browse files Browse the repository at this point in the history
Use UPSTREAM_CODENAME so as to work on Mint and friends
  • Loading branch information
philclifford authored and flexiondotorg committed Jun 14, 2023
1 parent 91c5183 commit 4da7bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-main/packages/jellyfin-media-player
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARCHS_SUPPORTED="amd64"
CODENAMES_SUPPORTED="bookworm bullseye kinetic jammy focal"
get_github_releases "jellyfin/jellyfin-media-player" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep "browser_download_url.*${HOST_ARCH}-${OS_CODENAME}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
URL=$(grep "browser_download_url.*${HOST_ARCH}-${UPSTREAM_CODENAME}\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="Jellyfin Media Player"
Expand Down

0 comments on commit 4da7bee

Please # to comment.