We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a7c820 + 5c06013 commit 13db0aeCopy full SHA for 13db0ae
Jellyfin.HardwareVisualizer/Server/Database/HardwareVisualizerDataContext.cs
@@ -110,7 +110,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
110
PlatformId = new Guid("8D58B84B-73DC-4275-985D-123ABE886818"),
111
Source =
112
"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",
+ Version = "6.0.1-8",
114
HashSha256 = "a01b7d556f69941041e3265f916c22613b2f58fd39a062ccf8a3104b3c99350d",
115
HashMd5 = "183e22d865e9d99ab86506f4313b3bae",
116
VersionGroup = new Guid("9F9565F1-4661-484B-8C80-433BC909E70F")
@@ -690,4 +690,4 @@ Guid GetNext()
690
}
691
});
692
693
-}
+}
0 commit comments