jellyfin/Emby.Naming
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
..
Audio feat(external-media): refactor to generic provider, extend tests and file recognition, consolidate and extend NamingOptions 2022-02-18 22:19:33 +01:00
AudioBook Replace != null with is not null 2022-12-05 15:01:13 +01:00
Common Fix multi cleaning (#8978) 2022-12-29 19:40:24 -07:00
ExternalFiles Replace != null with is not null 2022-12-05 15:01:13 +01:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
TV Replace != null with is not null 2022-12-05 15:01:13 +01:00
Video Replace != null with is not null 2022-12-05 15:01:13 +01:00
Emby.Naming.csproj Update projects to .net7 2022-12-07 16:42:05 +01:00