mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-27 15:03:08 +01:00
Fix: make .torrent "short extension"
This commit is contained in:
parent
4c14f6d393
commit
83af722da2
@ -18,7 +18,6 @@ Preview b_previews[] = {
|
||||
PR("md", NULL, NULL, glow, PREV_ATTR_NONE),
|
||||
PR("md", NULL, NULL, mdcat, PREV_ATTR_NONE),
|
||||
|
||||
PR("torrent", NULL, NULL, torrent, PREV_ATTR_NONE),
|
||||
|
||||
PR("ods", NULL, NULL, libreoffice, PREV_ATTR_NONE),
|
||||
PR("fods", NULL, NULL, libreoffice, PREV_ATTR_NONE),
|
||||
@ -113,6 +112,7 @@ Preview b_previews[] = {
|
||||
PR("7z", NULL, NULL, atool, PREV_ATTR_NONE),
|
||||
PR("cpio", NULL, NULL, atool, PREV_ATTR_NONE),
|
||||
|
||||
PR("torrent", NULL, NULL, torrent, PREV_ATTR_EXT_SHORT),
|
||||
PR("gpg", NULL, NULL, gpg, PREV_ATTR_EXT_SHORT),
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user