mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
e035fe4f49
Signed-off-by: Stephan Raue <stephan@openelec.tv>
12 lines
688 B
Diff
12 lines
688 B
Diff
diff -Naur xbmc-10.1-Dharma/userdata/RssFeeds.xml xbmc-10.1-Dharma.patch/userdata/RssFeeds.xml
|
|
--- xbmc-10.1-Dharma/userdata/RssFeeds.xml 2011-03-08 02:49:24.000000000 +0100
|
|
+++ xbmc-10.1-Dharma.patch/userdata/RssFeeds.xml 2011-06-14 17:07:08.450880123 +0200
|
|
@@ -3,6 +3,7 @@
|
|
<!-- 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://openelec.tv/news?format=feed&type=rss</feed>
|
|
<feed updateinterval="30">http://feeds.feedburner.com/xbmc</feed>
|
|
</set>
|
|
</rssfeeds>
|