mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #8978] Fix multi cleaning
#11927
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8978
State: closed
Merged: Yes
Right now, a movie Name
Iron Man Multi 1080p.mkvwill be searched asIron Man Multileading to no result.The cleaning regex was containing multi but it looks like a typo joined
multiandsubsin the same term.