jellyfin/tests/Jellyfin.Naming.Tests/Video
xdo 1f658f59b8
Fix multi cleaning (#8978)
Right now, a movie Name `Iron Man Multi 1080p.mkv` will be searched as
`Iron
Man Multi` leading to no result.

The cleaning regex was containing multi but it looks like a typo joined
`multi` and `subs` in the same term.

Co-authored-by: Xavier-Do <xavier.dolle@gmail.com>
2022-12-29 19:40:24 -07:00
..
CleanDateTimeTests.cs Remove some unnecessary allocations 2021-05-24 00:30:41 +02:00
CleanStringTests.cs Fix multi cleaning (#8978) 2022-12-29 19:40:24 -07:00
ExtraTests.cs Fix extra type differentiation 2022-10-27 18:01:04 -07:00
Format3DTests.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
MultiVersionTests.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
StackTests.cs Simplify StackResolver 2021-12-10 14:23:31 +01:00
StubTests.cs Remove some unnecessary allocations 2021-05-24 00:30:41 +02:00
VideoListResolverTests.cs Remove redundant using directives 2022-09-28 16:26:03 +02:00
VideoResolverTests.cs Fix warning: Using directive is not required by the code and can be safely removed (#2149) 2021-10-03 10:49:41 +07:00