mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-03 19:07:00 -05:00 
			
		
		
		
	Fix incorrent series and seriespart tag codes, they were swapped
This commit is contained in:
		
							parent
							
								
									315c83e4c3
								
							
						
					
					
						commit
						6ee06d5dae
					
				@ -177,8 +177,8 @@ function parseTags(format, verbose) {
 | 
				
			|||||||
    file_tag_comment: tryGrabTags(format, 'comment', 'comm', 'com'),
 | 
					    file_tag_comment: tryGrabTags(format, 'comment', 'comm', 'com'),
 | 
				
			||||||
    file_tag_description: tryGrabTags(format, 'description', 'desc'),
 | 
					    file_tag_description: tryGrabTags(format, 'description', 'desc'),
 | 
				
			||||||
    file_tag_genre: tryGrabTags(format, 'genre', 'tcon', 'tco'),
 | 
					    file_tag_genre: tryGrabTags(format, 'genre', 'tcon', 'tco'),
 | 
				
			||||||
    file_tag_series: tryGrabTags(format, 'series', 'show', 'mvin'),
 | 
					    file_tag_series: tryGrabTags(format, 'series', 'show', 'mvnm'),
 | 
				
			||||||
    file_tag_seriespart: tryGrabTags(format, 'series-part', 'episode_id', 'mvnm'),
 | 
					    file_tag_seriespart: tryGrabTags(format, 'series-part', 'episode_id', 'mvin'),
 | 
				
			||||||
    file_tag_isbn: tryGrabTags(format, 'isbn'),
 | 
					    file_tag_isbn: tryGrabTags(format, 'isbn'),
 | 
				
			||||||
    file_tag_language: tryGrabTags(format, 'language', 'lang'),
 | 
					    file_tag_language: tryGrabTags(format, 'language', 'lang'),
 | 
				
			||||||
    file_tag_asin: tryGrabTags(format, 'asin'),
 | 
					    file_tag_asin: tryGrabTags(format, 'asin'),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user