mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix:Adding podcast and filename sanitize func #1290
This commit is contained in:
		
							parent
							
								
									b7abd372e4
								
							
						
					
					
						commit
						8f49aae979
					
				| @ -47,7 +47,7 @@ Vue.prototype.$sanitizeFilename = (filename, colonReplacement = ' - ') => { | ||||
|   const windowsTrailingRe = /[\. ]+$/ | ||||
|   const lineBreaks = /[\n\r]/g | ||||
| 
 | ||||
|   sanitized = filename | ||||
|   let sanitized = filename | ||||
|     .replace(':', colonReplacement) // Replace first occurrence of a colon
 | ||||
|     .replace(illegalRe, replacement) | ||||
|     .replace(controlRe, replacement) | ||||
|  | ||||
| @ -197,7 +197,7 @@ module.exports.sanitizeFilename = (filename, colonReplacement = ' - ') => { | ||||
|   const windowsTrailingRe = /[\. ]+$/ | ||||
|   const lineBreaks = /[\n\r]/g | ||||
| 
 | ||||
|   sanitized = filename | ||||
|   let sanitized = filename | ||||
|     .replace(':', colonReplacement) // Replace first occurrence of a colon
 | ||||
|     .replace(illegalRe, replacement) | ||||
|     .replace(controlRe, replacement) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user