fix build

This commit is contained in:
crobibero 2020-06-25 16:23:31 -06:00
parent 18f7f5aec7
commit 0179293c24
2 changed files with 2 additions and 2 deletions

View File

@ -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; }
}
}

View File

@ -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.