Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/f4d61ddcc69b2577c456390a87c78726464f630b/MediaBrowser.Model/Dlna/SortCriteria.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using MediaBrowser.Model.Entities;
|
|
|
|
namespace MediaBrowser.Model.Dlna
|
|
{
|
|
public class SortCriteria
|
|
{
|
|
public SortOrder SortOrder
|
|
{
|
|
get { return SortOrder.Ascending; }
|
|
}
|
|
|
|
public SortCriteria(string value)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|