1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

Detect OGV as previewable format

This commit is contained in:
Christophe Dumez 2010-09-25 07:40:13 +00:00
parent 354dceeaf0
commit 8994ca6dd5

View File

@ -502,6 +502,7 @@ bool misc::isPreviewable(QString extension){
if(extension == "AVI") return true;
if(extension == "MP3") return true;
if(extension == "OGG") return true;
if(extension == "OGV") return true;
if(extension == "OGM") return true;
if(extension == "WMV") return true;
if(extension == "WMA") return true;