From 70a2031efa4aca5a0a3968fc41636a99c4546244 Mon Sep 17 00:00:00 2001
From: anxdpanic <anxdpanic@users.noreply.github.com>
Date: Mon, 24 Dec 2018 12:48:28 -0500
Subject: [PATCH] 2.4.1

---
 addon.xml     | 5 ++++-
 changelog.txt | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/addon.xml b/addon.xml
index 4b34b40c..e85cbb94 100644
--- a/addon.xml
+++ b/addon.xml
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
-<addon id='plugin.video.twitch' version='2.4.0' name='Twitch' provider-name='A Talented Community'>
+<addon id='plugin.video.twitch' version='2.4.1' name='Twitch' provider-name='A Talented Community'>
     <requires>
         <import addon='xbmc.python' version='2.20.0'/>
         <import addon='script.module.six' version='1.11.0'/>
@@ -13,6 +13,9 @@
     <extension point='xbmc.addon.metadata'>
         <platform>all</platform>
         <news>
+2.4.1
+[chg] Settings and Refresh menu items to unplayable items instead of folders
+
 2.4.0
 [add] allow limiting framerate to 30 fps when video quality is set to Source
 [fix] change import from absolute to relative
diff --git a/changelog.txt b/changelog.txt
index c9dcbfd0..88ea9278 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,6 @@
+2.4.1
+[chg] Settings and Refresh menu items to unplayable items instead of folders
+
 2.4.0
 [add] allow limiting framerate to 30 fps when video quality is set to Source
 [fix] change import from absolute to relative