namespace Jellyfin.Api.Models.EnvironmentDtos; /// /// Default directory browser info. /// public class DefaultDirectoryBrowserInfoDto { /// /// Gets or sets the path. /// public string? Path { get; set; } }