summary refs log tree commit diff stats
path: root/src/common/url.c
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-06-19 05:07:45 -0400
committerTingPing <tngpng@gmail.com>2013-06-19 05:07:45 -0400
commit9854b100fb80874a70fcce02a78a0aaed84e311a (patch)
tree486266b65118660afe3a290c29590721011552cf /src/common/url.c
parentef5588b9c0f3bc101f14301d24d64abe7bfc0c8f (diff)
Detect Spotify URIs
Diffstat (limited to 'src/common/url.c')
-rw-r--r--src/common/url.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/url.c b/src/common/url.c
index 351aeb03..963951ac 100644
--- a/src/common/url.c
+++ b/src/common/url.c
@@ -482,6 +482,7 @@ struct
 	{ "callto",    "",  URI_PATH },
 	{ "skype",     "",  URI_PATH },
 	{ "geo",       "",  URI_PATH },
+	{ "spotify",   "",  URI_PATH },
 	{ NULL,        "",  0}
 };