Float-based Volumes (#2659)
This commit is contained in:
parent
6fdc9228df
commit
f6af6d66be
44 changed files with 3106 additions and 184 deletions
|
@ -7,7 +7,7 @@ import { AgeRating } from './metadata/age-rating';
|
|||
export interface Chapter {
|
||||
id: number;
|
||||
range: string;
|
||||
number: string;
|
||||
minNumber: string;
|
||||
files: Array<MangaFile>;
|
||||
/**
|
||||
* This is used in the UI, it is not updated or sent to Backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue