mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
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/4061
Author: @BaronGreenback
Created: 9/5/2020
Status: ✅ Merged
Merged: 9/7/2020
Merged by: @Bond-009
Base:
master← Head:#4060📝 Commits (4)
e3fdea2Update DlnaManager.csbabdd30Renamed IsRegExMatch to IsPropertyMatch12d0f29Update Emby.Dlna/DlnaManager.cs6a5df73Update 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.