mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
fdfcb45c2a
commit
a00e6ff426
@ -125,7 +125,7 @@ namespace Jellyfin.XbmcMetadata.Tests.Parsers
|
|||||||
[Fact]
|
[Fact]
|
||||||
public void Parse_GivenFileWithThumbWithoutAspect_Success()
|
public void Parse_GivenFileWithThumbWithoutAspect_Success()
|
||||||
{
|
{
|
||||||
var result = new MetadataResult<Episode>()
|
var result = new MetadataResult<Episode>
|
||||||
{
|
{
|
||||||
Item = new Episode()
|
Item = new Episode()
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user