Browse Source

include the ts's... the D-link attempts to play them, but not

very well..

[git-p4: depot-paths = "//depot/": change = 742]
replace/4e84fdb41ea781c7a8f872baa423e8b3be4045a7
John-Mark Gurney 19 years ago
parent
commit
abd0a83eb0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pymediaserv

+ 2
- 2
pymediaserv View File

@@ -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':


Loading…
Cancel
Save