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/82b8d60720e3bb88ccab80099c209c49e0d1502b/MediaBrowser.Dlna/PlayTo/TransportStateEventArgs.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
|
|
namespace MediaBrowser.Dlna.PlayTo
|
|
{
|
|
public class TransportStateEventArgs : EventArgs
|
|
{
|
|
public TRANSPORTSTATE State { get; set; }
|
|
}
|
|
}
|