Merge pull request #4489 from omnivore-app/jacksonh/admin-download-urls

Add download url to admin to debug PDF issues
This commit is contained in:
Jackson Harper 2024-11-03 12:12:46 +08:00 committed by GitHub
commit 9808d750ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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