removed extraneous line of code I added inadvertently

This commit is contained in:
DJ Sundog 2017-12-28 13:34:15 -08:00 committed by GitHub
parent 9346e3a399
commit f1606715a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,6 @@ class Queue(object):
def run_thread(filename, cb_complete):
print('==> Playing', filename)
cmd = 'ffplay -v 0 -nostats -hide_banner -autoexit -nodisp'.split()
run(['ffplay', '-v', '0', '-nostats', '-hide_banner', '-autoexit', '-nodisp', filename])
cb_complete()