Skip to content

Commit e032b13

Browse files
authored
Fixed ffmpeg path
1 parent 83dcef1 commit e032b13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jellyfin.HardwareVisualizer/Client/Pages/HardwareSurveyChartsPage.razor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
using ChartJs.Blazor.Common.Axes;
55
using ChartJs.Blazor.Common.Axes.Ticks;
66
using ChartJs.Blazor.Common.Enums;
7-
using ChartJs.Blazor.LineChart;
87
using Jellyfin.HardwareVisualizer.Client.Service;
8+
using Jellyfin.HardwareVisualizer.Client.Service.Http;
99
using Jellyfin.HardwareVisualizer.Client.Service.ResLoaded;
1010
using Jellyfin.HardwareVisualizer.Shared.Models;
1111
using Microsoft.AspNetCore.Components;
@@ -28,7 +28,7 @@ public partial class HardwareSurveyChartsPage
2828

2929
[SupplyParameterFromQuery(Name = "submission")]
3030
[Parameter]
31-
public Guid Submission { get; set; }
31+
public Guid? Submission { get; set; }
3232

3333
public Guid SelectedDevice { get; set; }
3434

Jellyfin.HardwareVisualizer/Server/Database/HardwareVisualizerDataContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
8888
Id = new Guid("2C720157-F8FB-48C9-8686-D4DFE7DAAE9A"),
8989
PlatformId = new Guid("8D58B84B-73DC-4275-985D-123ABE886818"),
9090
Source =
91-
"https://repo.jellyfin.org/files/ffmpeg/ubuntu/latest-6.x/amd64/jellyfin-ffmpeg6_6.0.1-7-focal_amd64.deb",
91+
"https://repo.jellyfin.org/files/ffmpeg/ubuntu/6.x/6.0.1-8/amd64/jellyfin-ffmpeg6_6.0.1-8-focal_amd64.deb",
9292
Version = "6.0.1-2",
9393
HashSha256 = "a01b7d556f69941041e3265f916c22613b2f58fd39a062ccf8a3104b3c99350d",
9494
HashMd5 = "183e22d865e9d99ab86506f4313b3bae",

0 commit comments

Comments
 (0)