mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +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/5296
Author: @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)
d7f85a0Fixes #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
\dwith[0-9]in regexes.Issues
Fixes #2923
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.