Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/d097bb77cd890295c533e04b6da494a71b297315/MediaBrowser.Model/MediaInfo/TransportStreamTimestamp.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
namespace MediaBrowser.Model.MediaInfo
|
|
|
|
|
{
|
|
|
|
|
public enum TransportStreamTimestamp
|
|
|
|
|
{
|
|
|
|
|
None,
|
|
|
|
|
Zero,
|
|
|
|
|
Valid
|
|
|
|
|
}
|
|
|
|
|
}
|