mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -07:00
Duoh!
This commit is contained in:
parent
c29a42b9b8
commit
296f52ed30
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ def combineVTS(vtsPath):
|
|||
concat = ''
|
||||
m = 1
|
||||
while True:
|
||||
vtsName = 'VTS_%02d_%s.VOB' % (str(n+1), str(m))
|
||||
vtsName = 'VTS_%02d_%s.VOB' % (n+1, str(m))
|
||||
if os.path.isfile(os.path.join(vtsPath, vtsName)):
|
||||
concat = concat + '%s|' % (os.path.join(vtsPath, vtsName))
|
||||
m += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue