mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07: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 == "SWA") return true;
|
||||||
if(extension == "MPC") return true;
|
if(extension == "MPC") return true;
|
||||||
if(extension == "MPP") return true;
|
if(extension == "MPP") return true;
|
||||||
|
if(extension == "M3U") return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue