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/XmlAttribute.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System.Xml.Serialization;
|
|
|
|
namespace MediaBrowser.Model.Dlna
|
|
{
|
|
public class XmlAttribute
|
|
{
|
|
[XmlAttribute("name")]
|
|
public string Name { get; set; }
|
|
|
|
[XmlAttribute("value")]
|
|
public string Value { get; set; }
|
|
}
|
|
} |