mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 17:58:29 +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") ||
|
if( ext==UTF("mp3") ||
|
||||||
ext==UTF("ogg") ||
|
ext==UTF("ogg") ||
|
||||||
ext==UTF("flac") ||
|
ext==UTF("flac") ||
|
||||||
ext==UTF("ape") ||
|
//ext==UTF("ape") ||
|
||||||
ext==UTF("mpc")
|
ext==UTF("mpc")
|
||||||
) {
|
) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user