aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yeetube.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/yeetube.el b/yeetube.el
index b17acee..2e33e63 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -346,11 +346,11 @@ This is used to download thumbnails from `yeetube-content', within
(decode-coding-region (point-min) (point-max) 'utf-8)
(goto-char (point-min))
(toggle-enable-multibyte-characters)
- (yeetube-get-content)))
- ;; (yeetube-get-thumbnails yeetube-content) ;; download thumbnails
+ (yeetube-get-content))
+ (yeetube-get-thumbnails yeetube-content)) ;; download thumbnails
;; unfortunately we can't use images them with tabulated list
(with-current-buffer
- (switch-to-buffer (get-buffer-create (concat "*yeetube*")))
+ (pop-to-buffer-same-window "*yeetube*")
(yeetube-mode)))
;;;###autoload