aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Scrape.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scrape.php b/include/Scrape.php
index 947f3f99f..4f53effe9 100644
--- a/include/Scrape.php
+++ b/include/Scrape.php
@@ -569,6 +569,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
$profile = $url;
$poll = str_replace(array('www.','last.fm/'),array('','ws.audioscrobbler.com/1.0/'),$url) . '/recenttracks.rss';
$vcard['nick'] = basename($url);
+ $vcard['fn'] = $vcard['nick'] . t(' on Last.fm');
$network = NETWORK_FEED;
}