mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix:Create collection url #193
This commit is contained in:
		
							parent
							
								
									3fa0fe4b64
								
							
						
					
					
						commit
						be9f535911
					
				| @ -137,7 +137,7 @@ export default { | |||||||
|         name: this.newCollectionName |         name: this.newCollectionName | ||||||
|       } |       } | ||||||
|       this.$axios |       this.$axios | ||||||
|         .$post('/api/collection', newCollection) |         .$post('/api/collections', newCollection) | ||||||
|         .then((data) => { |         .then((data) => { | ||||||
|           console.log('New Collection Created', data) |           console.log('New Collection Created', data) | ||||||
|           this.$toast.success(`Collection "${data.name}" created`) |           this.$toast.success(`Collection "${data.name}" created`) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user