X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=media-mplayer.el;h=cdff4a0d3b734402692ccb7c787b5009f3ee4cbd;hp=dd953bec15834593450b0320e09e2823e1014c3b;hb=497efe7d92b929dbad57f8dcd434bea3a8c72c21;hpb=9e7dbe0d36e69899dd945c7ba7f7b9e5b677c675 diff --git a/media-mplayer.el b/media-mplayer.el index dd953be..cdff4a0 100644 --- a/media-mplayer.el +++ b/media-mplayer.el @@ -80,7 +80,7 @@ load Emacs less. Nil means no timing." ;; ---------------------------------------- ("ICY Info:" . - (if (string-match "StreamTitle='\\([^']*\\)';" param) + (if (string-match "StreamTitle='\\([^;]*\\)';" param) (setq media/mplayer/current-stream-song (match-string 1 param)) (message "ICY Info \"%s\"" param)))