|
|
@@ -98,8 +98,8 @@ def addFSPath(parent, title, dpath): |
|
|
|
addFSPath(folder, fn, fpath) |
|
|
|
if not os.path.isfile(fpath): |
|
|
|
continue |
|
|
|
if ext == '.ts': |
|
|
|
continue |
|
|
|
#if ext == '.ts': |
|
|
|
# continue |
|
|
|
mt = medianode.contentTypes[ext] |
|
|
|
ty = mt.split('/')[0] |
|
|
|
if ty == 'video': |
|
|
|