Custom Chapter Naming Scheme

https://github.com/C9Glax/tranga/issues/92
This commit is contained in:
2025-03-29 20:34:09 +01:00
parent e3ad70c0a9
commit b0cbb416d6
3 changed files with 18 additions and 0 deletions

View File

@ -14,4 +14,5 @@ export default interface IBackendSettings {
compression: number;
bwImages: boolean;
startNewJobTimeoutMs: number;
chapterNamingScheme: string;
}