aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-player-xine.el
diff options
context:
space:
mode:
authorYoni Rabkin <yrk@gnu.org>2015-03-29 22:44:14 -0400
committerYoni Rabkin <yrk@gnu.org>2015-03-29 22:44:14 -0400
commit4088cda083823455512369a66a82769ff7eae9ed (patch)
tree3fb8a92804052b93ce819cd30fbcdd92b94c8f71 /lisp/emms-player-xine.el
parent1ca398268d28644bb955560612ed881d783078d0 (diff)
Add https as a recognizable connection option.
Note that not all backends know how to play through an https connection.
Diffstat (limited to 'lisp/emms-player-xine.el')
-rw-r--r--lisp/emms-player-xine.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-player-xine.el b/lisp/emms-player-xine.el
index de86059..2fc60e7 100644
--- a/lisp/emms-player-xine.el
+++ b/lisp/emms-player-xine.el
@@ -35,7 +35,7 @@
(require 'emms-player-simple)
(define-emms-simple-player xine '(file url)
- (concat "\\`\\(http\\|mms\\)://\\|"
+ (concat "\\`\\(http[s]?\\|mms\\)://\\|"
(emms-player-simple-regexp
"ogg" "mp3" "wav" "mpg" "mpeg" "wmv" "wma"
"mov" "avi" "divx" "ogm" "ogv" "asf" "mkv"