mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
Made M3U files previewable
This commit is contained in:
parent
789cf654d0
commit
7b8fa49482
@ -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…
x
Reference in New Issue
Block a user