mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-12 05:44:14 +03:00
Merge pull request #9754 from silverqx/previewable-ts-ext
Recognize TS files as previewable
This commit is contained in:
commit
2fd4d50f3a
1 changed files with 1 additions and 0 deletions
|
@ -335,6 +335,7 @@ bool Utils::Misc::isPreviewable(const QString &extension)
|
|||
"RMVB",
|
||||
"SWA",
|
||||
"SWF",
|
||||
"TS",
|
||||
"VOB",
|
||||
"WAV",
|
||||
"WMA",
|
||||
|
|
Loading…
Reference in a new issue