mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix:Comic reader next/prev buttons
This commit is contained in:
		
							parent
							
								
									aa82c8a253
								
							
						
					
					
						commit
						cb7fb646ba
					
				| @ -109,10 +109,10 @@ export default { | ||||
|       return this.comicMetadata ? Object.keys(this.comicMetadata) : [] | ||||
|     }, | ||||
|     canGoNext() { | ||||
|       return this.page < this.numPages - 1 | ||||
|       return this.page < this.numPages | ||||
|     }, | ||||
|     canGoPrev() { | ||||
|       return this.page > 0 | ||||
|       return this.page > 1 | ||||
|     }, | ||||
|     userMediaProgress() { | ||||
|       if (!this.libraryItemId) return | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user