mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: correct broken worker src after upgrade to pdfjs v4 (#7626)
This commit is contained in:
		| @@ -36,7 +36,7 @@ export class AppComponent implements OnInit, OnDestroy { | ||||
|     private hotKeyService: HotKeyService | ||||
|   ) { | ||||
|     let anyWindow = window as any | ||||
|     anyWindow.pdfWorkerSrc = 'assets/js/pdf.worker.min.js' | ||||
|     anyWindow.pdfWorkerSrc = 'assets/js/pdf.worker.min.mjs' | ||||
|     this.settings.updateAppearanceSettings() | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon