mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
FEATURE: Added a torrent import assistant to seed or keep downloading outside torrents
This commit is contained in:
parent
31e4b8dc31
commit
90dd337069
16 changed files with 560 additions and 43 deletions
|
@ -512,6 +512,7 @@ QString misc::friendlyUnit(double val) {
|
|||
}
|
||||
|
||||
bool misc::isPreviewable(QString extension){
|
||||
if(extension.isEmpty()) return false;
|
||||
extension = extension.toUpper();
|
||||
if(extension == "AVI") return true;
|
||||
if(extension == "MP3") return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue