diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-26 21:44:34 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-26 21:44:34 -0500 |
commit | b1a00109f23be9c7424cf920499cc2163f576c14 (patch) | |
tree | 010f1cd8770013e0479795bf10a38281ad10c607 | |
parent | 2d107bab48ba67f4f6de3f536ff1e1bcefb702af (diff) | |
download | livie-b1a00109f23be9c7424cf920499cc2163f576c14.tar.lz livie-b1a00109f23be9c7424cf920499cc2163f576c14.tar.xz livie-b1a00109f23be9c7424cf920499cc2163f576c14.zip |
fix format
-rw-r--r-- | livie.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ too long)." " " (livie--format-video-views (livie-video-views video)))) - ;TODO: Format playlist and channel entries in buffer +;; TODO: Format playlist and channel entries in buffer (defun livie--insert-playlist (playlist) "Insert PLAYLIST in the current buffer." (insert (livie--format-playlist-title (livie-playlist-title playlist)) |