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/7fdc6e7e9128bccf70a1bc8bc060afe344c8fcf0/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)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|