mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 17:26:21 +03:00
Made M3U files previewable
This commit is contained in:
parent
789cf654d0
commit
7b8fa49482
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue