aboutsummaryrefslogtreecommitdiff
path: root/emms-info-ogginfo.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-info-ogginfo.el')
-rw-r--r--emms-info-ogginfo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-info-ogginfo.el b/emms-info-ogginfo.el
index 14c551e..4f43d7e 100644
--- a/emms-info-ogginfo.el
+++ b/emms-info-ogginfo.el
@@ -48,7 +48,7 @@ This is a useful element for `emms-info-functions'."
;; all the rest of the info available
(goto-char (point-min))
- (when (re-search-forward "User comments section follows..." (point-max) t)
+ (when (re-search-forward "^.*\\.\\.\\.$" (point-max) t)
(while (zerop (forward-line 1))
(when (looking-at "^\t\\(.*\\)=\\(.*\\)$")
(let ((a (match-string 1))