mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 21:54:26 -04:00
Use [0-9] instead of \d
This commit is contained in:
parent
79ee36ee15
commit
5957790ce8
@ -471,7 +471,7 @@ namespace Emby.Naming.Common
|
|||||||
// Anime style expression
|
// Anime style expression
|
||||||
// "[Group][Series Name][21][1080p][FLAC][HASH]"
|
// "[Group][Series Name][21][1080p][FLAC][HASH]"
|
||||||
// "[Group] Series Name [04][BDRIP]"
|
// "[Group] Series Name [04][BDRIP]"
|
||||||
new EpisodeExpression(@"(?:\[(?:[^\]]+)\]\s*)?(?<seriesname>\[[^\]]+\]|[^[\]]+)\s*\[(?<epnumber>\d+)\]")
|
new EpisodeExpression(@"(?:\[(?:[^\]]+)\]\s*)?(?<seriesname>\[[^\]]+\]|[^[\]]+)\s*\[(?<epnumber>[0-9]+)\]")
|
||||||
{
|
{
|
||||||
IsNamed = true
|
IsNamed = true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user