mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Update tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user