# HG changeset patch # User Jeff Hammel # Date 1413509241 25200 # Node ID 1d066bfdb7447b4ae50191206c0549d58902c1c3 # Parent 02aec49585ab4302937bdc359f0c355778aaceb4# Parent ab831c7621e9eee6354f9b500a88466196964f89 merge diff -r ab831c7621e9 -r 1d066bfdb744 python/dlna.py --- a/python/dlna.py Thu Oct 16 11:25:49 2014 -0700 +++ b/python/dlna.py Thu Oct 16 18:27:21 2014 -0700 @@ -54,7 +54,7 @@ os.write(fd, config) os.close(fd) - command = [dlna, '-f', name, '-d', '-p', str(options.port)] + command = [dlna, '-f', name, '-p', str(options.port)] print (subprocess.list2cmdline(command)) subprocess.check_call(command)