aboutsummaryrefslogtreecommitdiff
path: root/userdata
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2013-03-14 18:33:57 -0400
committerCory Fields <theuni-nospam-@xbmc.org>2013-03-14 18:34:02 -0400
commit4cad6235cb24a04103c4a2bc1668653eb5f6452f (patch)
tree05bbecf2e72796ed3934ed48fad74b6c5864dfa1 /userdata
parent6cb46606c0c4b8624b3e83df100ca04647e46530 (diff)
rss: fix xbmc.org feed
http://feeds.xbmc.org has been created so that we can prevent this in the future. It is now a CNAME using the "MyBrand" feature at feedburner, which is up and running again after the latest news entry. With this set, we change we can modify the feed at any time in the future.
Diffstat (limited to 'userdata')
-rw-r--r--userdata/RssFeeds.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/userdata/RssFeeds.xml b/userdata/RssFeeds.xml
index c74d461820..0d853397f5 100644
--- a/userdata/RssFeeds.xml
+++ b/userdata/RssFeeds.xml
@@ -3,6 +3,6 @@
<!-- RSS feeds. To have multiple feeds, just add a feed to the set. You can also have multiple sets. !-->
<!-- To use different sets in your skin, each must be called from skin with a unique id. !-->
<set id="1">
- <feed updateinterval="30">http://feeds.feedburner.com/xbmc</feed>
+ <feed updateinterval="30">http://feeds.xbmc.org/xbmc</feed>
</set>
</rssfeeds>