diff options
author | Thanos Apollo <[email protected]> | 2024-03-18 14:06:14 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-18 14:06:14 +0200 |
commit | 0afab2f072dc1cebdd8ffa4a7b05366de70a73eb (patch) | |
tree | b47b3451f8131add4a4c8c29627928101eb5cb1a | |
parent | 70ea7e5e7d41577b63dce632cd0b7d5d3bdb7c15 (diff) |
yeetube-mode: Disable sorting for thumbnails
-rw-r--r-- | yeetube.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -655,7 +655,7 @@ A and B are vectors." ("Duration" 9 yeetube--sort-duration) ("Date" 13 yeetube--sort-date) ("Channel" 12 t) - ("Thumbnail" 0 t)] + ("Thumbnail" 0 nil)] tabulated-list-entries (cl-map 'list (lambda (content) |