Remove extra blank line

Signed-off-by: Petrus.Z <silencly07@gmail.com>
This commit is contained in:
Petrus.Z 2021-11-17 21:07:02 +08:00
parent 3c8f7d380f
commit 52e9dc66f5
No known key found for this signature in database
GPG Key ID: 71B321E14F898C3D
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ namespace Emby.Server.Implementations.Library.Validators
{
collectionNameMoviesMap[movie.CollectionName] = new List<Movie> { movie };
}
}
}
}