diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2023-08-10 10:16:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-10 10:16:20 +0200 |
| commit | 1e2f199ea48c7f22739c92a0de546fbc43fd2df4 (patch) | |
| tree | 2a5927a0b64757aed5ac9d1e7e810c158c6f9ec2 /tests | |
| parent | 9d6f05d73f9609f5c3c9fb4fcf01112778d4e912 (diff) | |
| parent | a09daa11eac1e7f47b88f2e27e8f61b3beb3b4ac (diff) | |
Merge pull request #10053 from christianlegge/date-formats
Add parsing for dates with spaces
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Naming.Tests/TV/DailyEpisodeTests.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Jellyfin.Naming.Tests/TV/DailyEpisodeTests.cs b/tests/Jellyfin.Naming.Tests/TV/DailyEpisodeTests.cs index 72052a23c..d0d3d8292 100644 --- a/tests/Jellyfin.Naming.Tests/TV/DailyEpisodeTests.cs +++ b/tests/Jellyfin.Naming.Tests/TV/DailyEpisodeTests.cs @@ -13,6 +13,7 @@ namespace Jellyfin.Naming.Tests.TV [InlineData(@"/server/anything_1996-11-14.mp4", "anything", 1996, 11, 14)] [InlineData(@"/server/james.corden.2017.04.20.anne.hathaway.720p.hdtv.x264-crooks.mkv", "james.corden", 2017, 04, 20)] [InlineData(@"/server/ABC News 2018_03_24_19_00_00.mkv", "ABC News", 2018, 03, 24)] + [InlineData(@"/server/Jeopardy 2023 07 14 HDTV x264 AC3.mkv", "Jeopardy", 2023, 07, 14)] // TODO: [InlineData(@"/server/anything_14.11.1996.mp4", "anything", 1996, 11, 14)] // TODO: [InlineData(@"/server/A Daily Show - (2015-01-15) - Episode Name - [720p].mkv", "A Daily Show", 2015, 01, 15)] // TODO: [InlineData(@"/server/Last Man Standing_KTLADT_2018_05_25_01_28_00.wtv", "Last Man Standing", 2018, 05, 25)] |
