Browse Source

fix build

crobibero 5 years ago
parent
commit
0179293c24

+ 1 - 1
Jellyfin.Api/Models/EnvironmentDtos/DefaultDirectoryBrowserInfoDto.cs

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

+ 1 - 1
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.