[PR #5142] [MERGED] Replaced /d with [0-9], see issue #2923 #10408

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5142
Author: @M0ssTee
Created: 2/1/2021
Status: Merged
Merged: 2/8/2021
Merged by: @dkanada

Base: masterHead: updateRegex


📝 Commits (3)

  • 8c640a1 Replaced /d with [0-9], see issue #2923
  • 8f88d0d Update Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunManager.cs
  • 256bb3e Update MediaBrowser.MediaEncoding/Subtitles/AssParser.cs

📊 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 /d with [0-9] in all jellyfin/jellyfin files

Issues
#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/5142 **Author:** [@M0ssTee](https://github.com/M0ssTee) **Created:** 2/1/2021 **Status:** ✅ Merged **Merged:** 2/8/2021 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `updateRegex` --- ### 📝 Commits (3) - [`8c640a1`](https://github.com/jellyfin/jellyfin/commit/8c640a1492ad3722778636222a6c29d0cce8cdc9) Replaced /d with [0-9], see issue #2923 - [`8f88d0d`](https://github.com/jellyfin/jellyfin/commit/8f88d0d2cbcfb8ef0a79fbfa4173aabda9395366) Update Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunManager.cs - [`256bb3e`](https://github.com/jellyfin/jellyfin/commit/256bb3ee989082ed10bfb0cb3f02481bf3292a43) Update MediaBrowser.MediaEncoding/Subtitles/AssParser.cs ### 📊 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 **Changes** Replaced /d with [0-9] in all jellyfin/jellyfin files **Issues** #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:19:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10408