Add download url to admin to debug PDF issues
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user