mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-10 23:24:59 -05:00
remove defaulting of new series
This commit is contained in:
parent
299ac388b3
commit
c3361458ad
@ -502,7 +502,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return series ?? new Series();
|
return series;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user