Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix: jellyfin-media-player definition made to work on Linux Mint #829

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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