mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 08:43:08 -07:00
Detect OGV as previewable format
This commit is contained in:
parent
354dceeaf0
commit
8994ca6dd5
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue