[PR #5296] [CLOSED] Fix #2923 replace all regex usage of \d with [0-9] #10471

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5296
Author: @timtjtim
Created: 2/23/2021
Status: Closed

Base: release-10.7.zHead: task/issue-#2923-review-use-of-backslash-d-in-regexes


📝 Commits (1)

  • d7f85a0 Fixes #2923 replace all regex usage of \d with [0-9]

📊 Changes

14 files changed (+24 additions, -24 deletions)

View changed files

📝 Emby.Dlna/Profiles/SonyBravia2010Profile.cs (+2 -2)
📝 Emby.Dlna/Profiles/SonyBravia2011Profile.cs (+2 -2)
📝 Emby.Dlna/Profiles/SonyBravia2012Profile.cs (+2 -2)
📝 Emby.Dlna/Profiles/SonyBravia2013Profile.cs (+2 -2)
📝 Emby.Dlna/Profiles/SonyBravia2014Profile.cs (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Sony Bravia (2010).xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Sony Bravia (2011).xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Sony Bravia (2012).xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Sony Bravia (2013).xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Sony Bravia (2014).xml (+2 -2)
📝 Emby.Naming/Common/NamingOptions.cs (+1 -1)
📝 Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunManager.cs (+1 -1)
📝 MediaBrowser.MediaEncoding/Subtitles/AssParser.cs (+1 -1)
📝 MediaBrowser.MediaEncoding/Subtitles/SrtParser.cs (+1 -1)

📄 Description

Changes
Replaced all usages of \d with [0-9] in regexes.

Issues
Fixes #2923


🔄 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/5296 **Author:** [@timtjtim](https://github.com/timtjtim) **Created:** 2/23/2021 **Status:** ❌ Closed **Base:** `release-10.7.z` ← **Head:** `task/issue-#2923-review-use-of-backslash-d-in-regexes` --- ### 📝 Commits (1) - [`d7f85a0`](https://github.com/jellyfin/jellyfin/commit/d7f85a0aa11cd64cdd8d187ff2d44ffd40d11603) Fixes #2923 replace all regex usage of \d with [0-9] ### 📊 Changes **14 files changed** (+24 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/Profiles/SonyBravia2010Profile.cs` (+2 -2) 📝 `Emby.Dlna/Profiles/SonyBravia2011Profile.cs` (+2 -2) 📝 `Emby.Dlna/Profiles/SonyBravia2012Profile.cs` (+2 -2) 📝 `Emby.Dlna/Profiles/SonyBravia2013Profile.cs` (+2 -2) 📝 `Emby.Dlna/Profiles/SonyBravia2014Profile.cs` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Sony Bravia (2010).xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Sony Bravia (2011).xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Sony Bravia (2012).xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Sony Bravia (2013).xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Sony Bravia (2014).xml` (+2 -2) 📝 `Emby.Naming/Common/NamingOptions.cs` (+1 -1) 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunManager.cs` (+1 -1) 📝 `MediaBrowser.MediaEncoding/Subtitles/AssParser.cs` (+1 -1) 📝 `MediaBrowser.MediaEncoding/Subtitles/SrtParser.cs` (+1 -1) </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** Replaced all usages of `\d` with `[0-9]` in regexes. **Issues** Fixes #2923 --- <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:20:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10471