mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3880] [MERGED] Fix year parsing #9743
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/3880
Author: @DirtyRacer1337
Created: 8/12/2020
Status: ✅ Merged
Merged: 9/5/2020
Merged by: @Bond-009
Base:
master← Head:datetime📝 Commits (4)
c2f901aFix year parsing1259fe2Add date filterf5d9094Replace \d to [0-9]6ac8955Add tests📊 Changes
2 files changed (+6 additions, -2 deletions)
View changed files
📝
Emby.Naming/Common/NamingOptions.cs(+2 -2)📝
tests/Jellyfin.Naming.Tests/Video/CleanDateTimeTests.cs(+4 -0)📄 Description
Added year parse filter to get as year only whole numbers and if it not part of date format
yyyy-MM-ddFixes #3605
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.