mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Recognize *.ts files as previewable
This commit is contained in:
parent
c57a7292b6
commit
0b20750cd5
1 changed files with 1 additions and 0 deletions
|
@ -335,6 +335,7 @@ bool Utils::Misc::isPreviewable(const QString &extension)
|
||||||
"RMVB",
|
"RMVB",
|
||||||
"SWA",
|
"SWA",
|
||||||
"SWF",
|
"SWF",
|
||||||
|
"TS",
|
||||||
"VOB",
|
"VOB",
|
||||||
"WAV",
|
"WAV",
|
||||||
"WMA",
|
"WMA",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue