mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add download url to admin to debug PDF issues
This commit is contained in:
parent
8d69fb1077
commit
f08896bfe3
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue