Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/20cbbd4f4c99d9a603756f83e0132caa71c16c13/Emby.Naming/AudioBook/AudioBookFilePathParserResult.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/Emby.Naming/AudioBook/AudioBookFilePathParserResu...

12 lines
232 B

namespace Emby.Naming.AudioBook
{
public class AudioBookFilePathParserResult
{
public int? PartNumber { get; set; }
public int? ChapterNumber { get; set; }
public bool Success { get; set; }
}
}