mirror of
				https://github.com/owntone/owntone-server.git
				synced 2025-10-30 00:05:05 -04:00 
			
		
		
		
	make encrypted wma files wmap/wma rather than wma/wmap
This commit is contained in:
		
							parent
							
								
									137875c23d
								
							
						
					
					
						commit
						e33f1a3167
					
				| @ -456,7 +456,9 @@ int wma_parse_audio_media(int fd, int size, MP3FILE *pmp3) { | ||||
|         break; | ||||
|     case 0x162: | ||||
|         MAYBEFREE(pmp3->codectype); | ||||
|         pmp3->codectype = strdup("wmap"); /* pro */ | ||||
|         MAYBEFREE(pmp3->type); | ||||
|         pmp3->codectype = strdup("wma"); /* pro */ | ||||
|         pmp3->type = strdup("wmap"); | ||||
|         break; | ||||
|     case 0x163: | ||||
|         MAYBEFREE(pmp3->codectype); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user