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

Merge pull request from Bond-009/warn61

Use record for AudioBookFilePathParserResult
pull/8424/head
Claus Vium 3 years ago committed by GitHub
commit e54f6b0660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ namespace Emby.Naming.AudioBook
/// <summary>
/// Data object for passing result of audiobook part/chapter extraction.
/// </summary>
public struct AudioBookFilePathParserResult
public record struct AudioBookFilePathParserResult
{
/// <summary>
/// Gets or sets optional number of path extracted from audiobook filename.

Loading…
Cancel
Save