Add download url to admin to debug PDF issues

This commit is contained in:
Jackson Harper
2024-11-03 12:08:21 +08:00
parent 8d69fb1077
commit f08896bfe3

View File

@ -318,6 +318,9 @@ export class LibraryItem extends BaseEntity {
@Column({ type: 'text', name: 'original_url' })
originalUrl!: string
@Column({ type: 'text', name: 'download_url' })
downloadlUrl!: string
@Column('text')
slug!: string