mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
Fix issue with many WMA audio files not being recognized
This commit is contained in:
parent
5c8b28cda4
commit
0426aa2d08
@ -537,6 +537,8 @@ scan_metadata_ffmpeg(char *file, struct media_file_info *mfi)
|
||||
extra_md_map = md_map_vorbis;
|
||||
break;
|
||||
|
||||
case CODEC_ID_WMAV1:
|
||||
case CODEC_ID_WMAV2:
|
||||
case CODEC_ID_WMAVOICE:
|
||||
DPRINTF(E_DBG, L_SCAN, "WMA Voice\n");
|
||||
mfi->type = strdup("wma");
|
||||
|
Loading…
Reference in New Issue
Block a user