Update tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/7286/head
David Ullmer 2 years ago committed by GitHub
parent fdfcb45c2a
commit a00e6ff426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -125,7 +125,7 @@ namespace Jellyfin.XbmcMetadata.Tests.Parsers
[Fact]
public void Parse_GivenFileWithThumbWithoutAspect_Success()
{
var result = new MetadataResult<Episode>()
var result = new MetadataResult<Episode>
{
Item = new Episode()
};

Loading…
Cancel
Save