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 18:57:52 -0300
committerTingPing <tngpng@gmail.com>2013-06-19 18:57:52 -0300
commitd8286a63ec9b5085e643f8ee5ca21ea1290c9b09 (patch)
tree1f9245636ea0929410c5de55294f031e5253bea2 /src/common/url.c
parent9854b100fb80874a70fcce02a78a0aaed84e311a (diff)
Add more uri schemes
Diffstat (limited to 'src/common/url.c')
-rw-r--r--src/common/url.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/url.c b/src/common/url.c
index 963951ac..10479127 100644
--- a/src/common/url.c
+++ b/src/common/url.c
@@ -483,6 +483,8 @@ struct
 	{ "skype",     "",  URI_PATH },
 	{ "geo",       "",  URI_PATH },
 	{ "spotify",   "",  URI_PATH },
+	{ "lastfm",    "/", URI_PATH },
+	{ "xfire",     "",  URI_PATH },
 	{ NULL,        "",  0}
 };