mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix match tab local storage book provider being updated by podcast matching #4615
This commit is contained in:
		
							parent
							
								
									deb121c523
								
							
						
					
					
						commit
						2f6de71a3a
					
				@ -400,7 +400,9 @@ export default {
 | 
				
			|||||||
        this.$toast.warning(this.$strings.ToastTitleRequired)
 | 
					        this.$toast.warning(this.$strings.ToastTitleRequired)
 | 
				
			||||||
        return
 | 
					        return
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					      if (!this.isPodcast) {
 | 
				
			||||||
        this.persistProvider()
 | 
					        this.persistProvider()
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
      this.runSearch()
 | 
					      this.runSearch()
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    async runSearch() {
 | 
					    async runSearch() {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user