Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/d706a35ab722cbdc7028f445d2b79ee219d07fd9/Marr.Data/QGen/IQuery.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Marr.Data.QGen
|
|
{
|
|
internal interface IQuery
|
|
{
|
|
/// <summary>
|
|
/// Generates a SQL query for a given entity.
|
|
/// </summary>
|
|
/// <returns></returns>
|
|
string Generate();
|
|
}
|
|
}
|