aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-25 16:23:31 -0600
committercrobibero <cody@robibe.ro>2020-06-25 16:23:31 -0600
commit0179293c24b8fe4000612b5538f14082719bf8f4 (patch)
treee5b4f6b2d39ba0c7a4ad9051a6cc7bfb8c37b2a5 /Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs
parent18f7f5aec7eb303d7bcee8462166abbf52dc6325 (diff)
fix build
Diffstat (limited to 'Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs')
-rw-r--r--Jellyfin.Api/Models/EnvironmentDtos/ValidatePathDto.cs2
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.