mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-19 21:31:42 +02:00
auto-organize updates
This commit is contained in:
parent
aa23da0dc4
commit
3d97d50541
1 changed files with 1 additions and 1 deletions
|
|
@ -547,7 +547,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
|
|||
|
||||
if (series == null)
|
||||
{
|
||||
SmartMatchInfo info = options.SmartMatchInfos.FirstOrDefault(e => e.MatchStrings.Contains(seriesName, StringComparer.OrdinalIgnoreCase));
|
||||
SmartMatchInfo info = options.SmartMatchInfos.FirstOrDefault(e => e.MatchStrings.Contains(nameWithoutYear, StringComparer.OrdinalIgnoreCase));
|
||||
|
||||
if (info != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue