mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Merge pull request #1443 from MediaBrowser/dev
fix GetOtherDuplicatePaths
This commit is contained in:
commit
cec3d7e6b4
@ -368,7 +368,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
|
||||
int? endingEpisodeNumber)
|
||||
{
|
||||
// TODO: Support date-naming?
|
||||
if (!seasonNumber.HasValue || episodeNumber.HasValue)
|
||||
if (!seasonNumber.HasValue || !episodeNumber.HasValue)
|
||||
{
|
||||
return new List<string>();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user