Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/f8602725c257cd7d5b96e4c8f84a1528812b8f48 You should set ROOT_URL correctly, otherwise the web may not work correctly.

- Add media location directory picker shows documents

pull/702/head
Luke Pulverenti 12 years ago
parent 5b4e48913f
commit f8602725c2

@ -45,12 +45,6 @@ namespace MediaBrowser.Api
/// <value><c>true</c> if [include hidden]; otherwise, <c>false</c>.</value>
[ApiMember(Name = "IncludeHidden", Description = "An optional filter to include or exclude hidden files and folders. true/false", IsRequired = false, DataType = "boolean", ParameterType = "query", Verb = "GET")]
public bool IncludeHidden { get; set; }
public GetDirectoryContents()
{
IncludeDirectories = true;
IncludeFiles = true;
}
}
/// <summary>

Loading…
Cancel
Save