From 455b486933bfee8bb665db6939ef8c235b6e22b7 Mon Sep 17 00:00:00 2001 From: Scott Alphonso Date: Tue, 22 Mar 2016 08:52:08 -0500 Subject: [PATCH] 0.11.4 --- Contents/Code/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contents/Code/__init__.py b/Contents/Code/__init__.py index 3277f2a..7f27fee 100644 --- a/Contents/Code/__init__.py +++ b/Contents/Code/__init__.py @@ -27,7 +27,7 @@ SERVERWMC_IP = Prefs['serverwmc_ip'] SERVERWMC_PORT = Prefs['serverwmc_port'] SERVERWMC_ADDR = (SERVERWMC_IP, int(SERVERWMC_PORT)) -VERSION = '0.11.3' +VERSION = '0.11.4' MACHINENAME = socket.gethostname() IDSTREAMINT = 0 GETSTREAMINFO = 'IncludeStreamInfo' @@ -604,7 +604,7 @@ def getProgramPage(chID, chName, programID, title, name, summary, startTime, end #################################################################################################### @route(PREFIX + '/createVCO') -def CreateVCO(url, title, summary, duration, icon='', container=False): +def CreateVCO(url, title, summary, duration, icon='', container=False, checkFiles=0): if VID_QUALITY=='1080': video_resolution = 1080