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/d5fdb9c3a728ff8204c14c171ee4bdb3c992b02f/MediaBrowser.Controller/LiveTv/LiveTvConflictException.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
using System;
|
|
|
|
namespace MediaBrowser.Controller.LiveTv
|
|
{
|
|
/// <summary>
|
|
/// Class LiveTvConflictException.
|
|
/// </summary>
|
|
public class LiveTvConflictException : Exception
|
|
{
|
|
public LiveTvConflictException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|