mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
- add exiv2 as target depend - drop upstreamed gcc-14 patch - drop upstreamed udev patch - drop timezone patch (not applicable in Kodi "Piers") - cmake pcre2-static detection requires PCRE2_USE_STATIC_LIBS setting in cmakefile
10 lines
456 B
Diff
10 lines
456 B
Diff
--- a/userdata/RssFeeds.xml
|
|
+++ b/userdata/RssFeeds.xml
|
|
@@ -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">https://libreelec.tv/feed</feed>
|
|
<feed updateinterval="1440">https://kodi.tv/feed</feed>
|
|
</set>
|
|
</rssfeeds>
|