mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5861] [MERGED] Change profile matching to match what the web interface says. #10692
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5861
Author: @BaronGreenback
Created: 4/19/2021
Status: ✅ Merged
Merged: 4/25/2021
Merged by: @cvium
Base:
master← Head:ProfileMatch📝 Commits (10+)
c68f616Flip fields95b733areworked code4449217simplified isMatch092c610Update Emby.Dlna/DlnaManager.csa99caa0Changed testing7848ea1missed one.f8b717eMerge branch 'master' into ProfileMatch4124690fixed merge522d5a7Fixed indent2559cefUpdate tests/Jellyfin.Dlna.Tests/ProfileTester.cs📊 Changes
3 files changed (+163 additions, -66 deletions)
View changed files
📝
Emby.Dlna/DlnaManager.cs(+30 -65)➕
tests/Jellyfin.Dlna.Tests/DlnaManagerTests.cs(+131 -0)📝
tests/Jellyfin.Dlna.Tests/Jellyfin.Dlna.Tests.csproj(+2 -1)📄 Description
https://github.com/jellyfin/jellyfin/issues/5854
Web interfaces says""Enter at least one identification criteria".
Currently profiles are being matched on all criteria.
This PR - changes the profile matching to what the web says and includes a test.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.