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/6f6aa075d820f4d82009917b11d51344ac87f882/MediaBrowser.Controller/LiveTv/LiveTvException.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.Controller.LiveTv
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Class LiveTvException.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public class LiveTvException : Exception
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|