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/616f1b10ccb44c6964b9e0055f7654db04ea4d9e/MediaBrowser.Model/Configuration/DynamicDayOfWeek.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.Model.Configuration
|
|
|
|
|
{
|
|
|
|
|
public enum DynamicDayOfWeek
|
|
|
|
|
{
|
|
|
|
|
Sunday = 0,
|
|
|
|
|
Monday = 1,
|
|
|
|
|
Tuesday = 2,
|
|
|
|
|
Wednesday = 3,
|
|
|
|
|
Thursday = 4,
|
|
|
|
|
Friday = 5,
|
|
|
|
|
Saturday = 6,
|
|
|
|
|
Everyday = 7,
|
|
|
|
|
Weekday = 8,
|
|
|
|
|
Weekend = 9
|
|
|
|
|
}
|
|
|
|
|
}
|