Made M3U files previewable

This commit is contained in:
Christophe Dumez
2010-03-20 19:38:21 +00:00
parent ce33e266fe
commit 2c0f7c33a2

View File

@@ -364,6 +364,7 @@ bool misc::isPreviewable(QString extension){
if(extension == "SWA") return true;
if(extension == "MPC") return true;
if(extension == "MPP") return true;
if(extension == "M3U") return true;
return false;
}