Skip to content

Commit

Permalink
0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
salphonso committed Mar 22, 2016
1 parent b3269e2 commit 455b486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 455b486

Please sign in to comment.