single mediastatus

This commit is contained in:
Karl Hudgell 2016-03-19 17:00:56 +00:00
parent 19fcd18af9
commit 3b596d6a86
2 changed files with 10 additions and 2 deletions

View File

@ -17,10 +17,18 @@ echo " | ";
echo "Episodes: "; echo $SickBeard["data"]["ep_total"];
echo " | ";
}
if ($cpadultsvisible > "0") {
if ($cpadultsvisible > "0") {
if ($cpkidsvisible > "0") {
echo "Adult Movies: "; echo $CPAdults["total"];
echo " | ";
} else {
echo "Movies: "; echo $CPAdults["total"];
echo " | ";
}
}
if ($cpkidsvisible > "0") {
echo "Kids Movies: "; echo $CPKids["total"];
echo " | ";

View File

@ -394,7 +394,7 @@ findstr "localversion" config.php >nul 2>&1
goto END
:END
:ONE
cscript replace.vbs "config.php" "2.2" "2.3"
cscript.Print() replace.vbs "config.php" "2.2" "2.3"
echo Version Updated to 2.3
goto END
:END