mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-29 18:14:16 +00:00
Disabled APE due to crash (closes #25)
This commit is contained in:
parent
da8a68c1bc
commit
e70eb04472
@ -84,7 +84,7 @@ bool TagReaderTaglib::CanReadTag(const utfchar *extension){
|
||||
if( ext==UTF("mp3") ||
|
||||
ext==UTF("ogg") ||
|
||||
ext==UTF("flac") ||
|
||||
ext==UTF("ape") ||
|
||||
//ext==UTF("ape") ||
|
||||
ext==UTF("mpc")
|
||||
) {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user