diff options
author | TingPing <tngpng@gmail.com> | 2013-06-19 05:07:45 -0400 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-06-19 05:07:45 -0400 |
commit | 9854b100fb80874a70fcce02a78a0aaed84e311a (patch) | |
tree | 486266b65118660afe3a290c29590721011552cf | |
parent | ef5588b9c0f3bc101f14301d24d64abe7bfc0c8f (diff) |
Detect Spotify URIs
-rw-r--r-- | src/common/url.c | 1 |
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} }; |