Skip to content

Commit 13db0ae

Browse files
authored
2 parents 4a7c820 + 5c06013 commit 13db0ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jellyfin.HardwareVisualizer/Server/Database/HardwareVisualizerDataContext.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
110110
PlatformId = new Guid("8D58B84B-73DC-4275-985D-123ABE886818"),
111111
Source =
112112
"https://repo.jellyfin.org/files/ffmpeg/ubuntu/6.x/6.0.1-8/amd64/jellyfin-ffmpeg6_6.0.1-8-focal_amd64.deb",
113-
Version = "6.0.1-2",
113+
Version = "6.0.1-8",
114114
HashSha256 = "a01b7d556f69941041e3265f916c22613b2f58fd39a062ccf8a3104b3c99350d",
115115
HashMd5 = "183e22d865e9d99ab86506f4313b3bae",
116116
VersionGroup = new Guid("9F9565F1-4661-484B-8C80-433BC909E70F")
@@ -690,4 +690,4 @@ Guid GetNext()
690690
}
691691
});
692692
}
693-
}
693+
}

0 commit comments

Comments
 (0)