[PR #6822] [MERGED] Fix Ombi auth through Jellyfin #11148

Closed
opened 2026-02-07 06:33:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6822
Author: @NickSica
Created: 11/11/2021
Status: Merged
Merged: 11/13/2021
Merged by: @crobibero

Base: masterHead: master


📝 Commits (3)

  • 4b2c40f Fixes Ombi auth through Jellyfin
  • c5e42dd Fix Ombi auth through Jellyfin
  • 8ae5316 Fix Ombi auth through Jellyfin

📊 Changes

1 file changed (+15 additions, -3 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Security/AuthorizationContext.cs (+15 -3)

📄 Description

Changes
Adds a check for null or whitespace so the correct DeviceId, Version, and Device don't get overwritten

Issues
#6821


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6822 **Author:** [@NickSica](https://github.com/NickSica) **Created:** 11/11/2021 **Status:** ✅ Merged **Merged:** 11/13/2021 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`4b2c40f`](https://github.com/jellyfin/jellyfin/commit/4b2c40f71706d0b8e77925cb0103ae7b9fc65503) Fixes Ombi auth through Jellyfin - [`c5e42dd`](https://github.com/jellyfin/jellyfin/commit/c5e42ddcc6a107b094eb0316163f06f8428857e3) Fix Ombi auth through Jellyfin - [`8ae5316`](https://github.com/jellyfin/jellyfin/commit/8ae53161989e0d5ba674b7a5efdf2a83a9867ead) Fix Ombi auth through Jellyfin ### 📊 Changes **1 file changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Security/AuthorizationContext.cs` (+15 -3) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Adds a check for null or whitespace so the correct DeviceId, Version, and Device don't get overwritten **Issues** #6821 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:33:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11148