Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/be511ca162648b722b2b4b2f543d947d63f2c57e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix release build ... again

pull/4989/head
Bond_009 4 years ago
parent 3a9ce6d366
commit be511ca162
No known key found for this signature in database
GPG Key ID: 63AB4E6262A96A87

@ -143,6 +143,7 @@ namespace MediaBrowser.Controller.Providers
/// </summary>
/// <param name="item">The item.</param>
/// <param name="updateType">Type of the update.</param>
/// <param name="savers">The metadata savers.</param>
void SaveMetadata(BaseItem item, ItemUpdateType updateType, IEnumerable<string> savers);
/// <summary>

Loading…
Cancel
Save