fix build
This commit is contained in:
parent
18f7f5aec7
commit
0179293c24
|
@ -8,6 +8,6 @@ namespace Jellyfin.Api.Models.EnvironmentDtos
|
|||
/// <summary>
|
||||
/// Gets or sets the path.
|
||||
/// </summary>
|
||||
public string Path { get; set; }
|
||||
public string? Path { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@ namespace Jellyfin.Api.Models.EnvironmentDtos
|
|||
/// <summary>
|
||||
/// Gets or sets the path.
|
||||
/// </summary>
|
||||
public string Path { get; set; }
|
||||
public string? Path { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets is path file.
|
||||
|
|
Loading…
Reference in New Issue
Block a user