Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/dd9cb28ee9e1fe95564618bdbc1b3eaaee1f7d96?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -248,7 +248,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
"create index if not exists idx_PresentationUniqueKey on TypedBaseItems(PresentationUniqueKey)" ,
"create index if not exists idx_PresentationUniqueKey on TypedBaseItems(PresentationUniqueKey)" ,
"create index if not exists idx_Type on TypedBaseItems(Type)" ,
"create index if not exists idx_Type on TypedBaseItems(Type)" ,
"create index if not exists idx_TopParentId on TypedBaseItems(TopParentId)" ,
"create index if not exists idx_TopParentId on TypedBaseItems(TopParentId)" ,
"create index if not exists idx_TypeTopParentId on TypedBaseItems(Type,TopParentId)"
// "create index if not exists idx_TypeTopParentId on TypedBaseItems(Type,TopParentId)"
} ;
} ;
_connection . RunQueries ( postQueries , Logger ) ;
_connection . RunQueries ( postQueries , Logger ) ;