[PR #4061] [MERGED] Fix for #4060 #9851

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4061
Author: @BaronGreenback
Created: 9/5/2020
Status: Merged
Merged: 9/7/2020
Merged by: @Bond-009

Base: masterHead: #4060


📝 Commits (4)

  • e3fdea2 Update DlnaManager.cs
  • babdd30 Renamed IsRegExMatch to IsPropertyMatch
  • 12d0f29 Update Emby.Dlna/DlnaManager.cs
  • 6a5df73 Update DlnaManager.cs

📊 Changes

1 file changed (+11 additions, -11 deletions)

View changed files

📝 Emby.Dlna/DlnaManager.cs (+11 -11)

📄 Description

The web interface states under dlna profile identification:- "A case-insensitive substring or regex expression."

However, only a case sensitive reg expression test is only performed.

This pr corrects this, allowing case sensitive regex expressions or case-insensitive substring.


🔄 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/4061 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 9/5/2020 **Status:** ✅ Merged **Merged:** 9/7/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `#4060` --- ### 📝 Commits (4) - [`e3fdea2`](https://github.com/jellyfin/jellyfin/commit/e3fdea2ec947eb191354873b456cdcdc9e7b13b0) Update DlnaManager.cs - [`babdd30`](https://github.com/jellyfin/jellyfin/commit/babdd30a46a19164f63e5b3d56e110bbea6628ef) Renamed IsRegExMatch to IsPropertyMatch - [`12d0f29`](https://github.com/jellyfin/jellyfin/commit/12d0f29deada70b2a2504c8fbdcf1c5bb357fdf4) Update Emby.Dlna/DlnaManager.cs - [`6a5df73`](https://github.com/jellyfin/jellyfin/commit/6a5df73151d1d16327269943e78b5caa0515e936) Update DlnaManager.cs ### 📊 Changes **1 file changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/DlnaManager.cs` (+11 -11) </details> ### 📄 Description The web interface states under dlna profile identification:- "A case-insensitive substring or regex expression." However, only a case sensitive reg expression test is only performed. This pr corrects this, allowing case sensitive regex expressions or case-insensitive substring. --- <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:09:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9851