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/7ac6d9c1f42215b1624186ff08d2060e9843f5eb/Marr.Data/QGen/QueryQueueItem.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/Marr.Data/QGen/QueryQueueItem.cs

20 lines
500 B

//using System;
//using System.Collections.Generic;
//using System.Linq;
//using System.Text;
//namespace Marr.Data.QGen
//{
// public class QueryQueueItem
// {
// public QueryQueueItem(string queryText, IEnumerable<string> entitiesToLoad)
// {
// QueryText = queryText;
// EntitiesToLoad = entitiesToLoad;
// }
// public string QueryText { get; set; }
// public IEnumerable<string> EntitiesToLoad { get; private set; }
// }
//}