File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Jellyfin.HardwareVisualizer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
using ChartJs . Blazor . Common . Axes ;
5
5
using ChartJs . Blazor . Common . Axes . Ticks ;
6
6
using ChartJs . Blazor . Common . Enums ;
7
- using ChartJs . Blazor . LineChart ;
8
7
using Jellyfin . HardwareVisualizer . Client . Service ;
8
+ using Jellyfin . HardwareVisualizer . Client . Service . Http ;
9
9
using Jellyfin . HardwareVisualizer . Client . Service . ResLoaded ;
10
10
using Jellyfin . HardwareVisualizer . Shared . Models ;
11
11
using Microsoft . AspNetCore . Components ;
@@ -28,7 +28,7 @@ public partial class HardwareSurveyChartsPage
28
28
29
29
[ SupplyParameterFromQuery ( Name = "submission" ) ]
30
30
[ Parameter ]
31
- public Guid Submission { get ; set ; }
31
+ public Guid ? Submission { get ; set ; }
32
32
33
33
public Guid SelectedDevice { get ; set ; }
34
34
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
88
88
Id = new Guid ( "2C720157-F8FB-48C9-8686-D4DFE7DAAE9A" ) ,
89
89
PlatformId = new Guid ( "8D58B84B-73DC-4275-985D-123ABE886818" ) ,
90
90
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" ,
92
92
Version = "6.0.1-2" ,
93
93
HashSha256 = "a01b7d556f69941041e3265f916c22613b2f58fd39a062ccf8a3104b3c99350d" ,
94
94
HashMd5 = "183e22d865e9d99ab86506f4313b3bae" ,
You can’t perform that action at this time.
0 commit comments