mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 14:31:20 +02:00
fix copy/paste error in test
This commit is contained in:
parent
b0af11c34e
commit
7d69c2550c
1 changed files with 2 additions and 2 deletions
|
|
@ -393,8 +393,8 @@ namespace Jellyfin.Naming.Tests.Video
|
|||
{
|
||||
var files = new[]
|
||||
{
|
||||
@"/movies/John Wick - Chapter 3 (2019)/John Wick - Kapitel 3 (2019) [Version 1].mkv",
|
||||
@"/movies/John Wick - Chapter 3 (2019)/John Wick - Kapitel 3 (2019) [Version 2.mkv"
|
||||
@"/movies/John Wick - Chapter 3 (2019)/John Wick - Chapter 3 (2019) [Version 1].mkv",
|
||||
@"/movies/John Wick - Chapter 3 (2019)/John Wick - Chapter 3 (2019) [Version 2.mkv"
|
||||
};
|
||||
|
||||
var result = _videoListResolver.Resolve(files.Select(i => new FileSystemMetadata
|
||||
|
|
|
|||
Loading…
Reference in a new issue