Fixed Previous Build (#2661)

This commit is contained in:
Joe Milazzo 2024-01-28 12:51:56 -06:00 committed by GitHub
parent e41795f9c2
commit 48aa8cacfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 19 additions and 15 deletions

View file

@ -7,7 +7,7 @@ import { AgeRating } from './metadata/age-rating';
export interface Chapter {
id: number;
range: string;
minNumber: string;
number: string;
files: Array<MangaFile>;
/**
* This is used in the UI, it is not updated or sent to Backend