diff options
author | TingPing <tngpng@gmail.com> | 2013-06-19 18:57:52 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-06-19 18:57:52 -0300 |
commit | d8286a63ec9b5085e643f8ee5ca21ea1290c9b09 (patch) | |
tree | 1f9245636ea0929410c5de55294f031e5253bea2 | |
parent | 9854b100fb80874a70fcce02a78a0aaed84e311a (diff) |
Add more uri schemes
-rw-r--r-- | src/common/url.c | 2 |
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} }; |