Skip to content

Commit 9800a19

Browse files
author
JPVenson
committed
Updated migration for ffmpeg cmd
1 parent 550d599 commit 9800a19

File tree

4 files changed

+4179
-113
lines changed

4 files changed

+4179
-113
lines changed

Jellyfin.HardwareVisualizer/Server/Database/Configuration/IdGenerator.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ public static TestCaseArgument GetWithId(this TestCaseArgument testCaseArgument)
1010
{
1111
Id = new Guid(Get16BitHash(HashCode.Combine(testCaseArgument.FfmpegArgument,
1212
testCaseArgument.FromHardwareCodecId,
13-
testCaseArgument.ToHardwareCodecId)))
13+
testCaseArgument.ToHardwareCodecId,
14+
testCaseArgument.FfmpegVersionGroupId)))
1415
};
1516
}
1617

0 commit comments

Comments
 (0)