diff --git a/Update.bat b/Update.bat
index 892a962..b7d6a65 100644
--- a/Update.bat
+++ b/Update.bat
@@ -298,6 +298,24 @@ findstr "API" config.php >nul 2>&1
goto END
:END
+ rem coming episodes
+findstr "mediawidget" config.php >nul 2>&1
+ if errorlevel 1 goto ONE
+ if errorlevel 0 goto ZERO
+ goto END
+ :ZERO
+ echo mediawidget Already Updated
+ goto END
+ :ONE
+ echo ^>config.php
+ echo //// mediawidget >> config.php
+ echo $mediawidget = "0"; >> config.php
+ echo //// >> config.php
+ echo ^?^> >> config.php
+ echo mediawidget Updated
+ goto END
+ :END
+
rem Update Version
findstr "localversion" config.php >nul 2>&1
diff --git a/config/set1.php b/config/set1.php
index b73bb25..d47bd8d 100644
--- a/config/set1.php
+++ b/config/set1.php
@@ -29,7 +29,8 @@
Services Widget Enabled: "0") echo "checked=checked; "; ?> />
Clock Widget Enabled: "0") echo "checked=checked; "; ?> />
KKnowledge Widget Enabled: "0") echo "checked=checked; "; ?> />
- Klips Widget Enabled: "0") echo "checked=checked; "; ?> />
+ Klips Widget Enabled: "0") echo "checked=checked; "; ?> />
+ Coming Episodes Enabled: "0") echo "checked=checked; "; ?> />