diff options
Diffstat (limited to 'Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs')
| -rw-r--r-- | Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs b/Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs index 60c82e166..418c11c2d 100644 --- a/Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs +++ b/Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs @@ -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. |
