mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Recognize *.ts files as previewable
This commit is contained in:
parent
cffafa8e9f
commit
524d503860
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