mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Added part to supported tags for file_tag_seriespart
				
					
				
			Since `part` is a supported tag for `m4b` files, it's now added as another fallback option.
This commit is contained in:
		
							parent
							
								
									87d10bd6f5
								
							
						
					
					
						commit
						d0972348b9
					
				| @ -183,7 +183,7 @@ function parseTags(format, verbose) { | ||||
|     file_tag_description: tryGrabTags(format, 'description', 'desc'), | ||||
|     file_tag_genre: tryGrabTags(format, 'genre', 'tcon', 'tco'), | ||||
|     file_tag_series: tryGrabTags(format, 'series', 'show', 'mvnm'), | ||||
|     file_tag_seriespart: tryGrabTags(format, 'series-part', 'episode_id', 'mvin'), | ||||
|     file_tag_seriespart: tryGrabTags(format, 'series-part', 'episode_id', 'mvin', 'part'), | ||||
|     file_tag_isbn: tryGrabTags(format, 'isbn'), // custom
 | ||||
|     file_tag_language: tryGrabTags(format, 'language', 'lang'), | ||||
|     file_tag_asin: tryGrabTags(format, 'asin', 'audible_asin'), // custom
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user