mirror of
https://github.com/nova-r/fediplug.git
synced 2025-02-02 14:17:06 +01:00
removed extraneous line of code I added inadvertently
This commit is contained in:
parent
9346e3a399
commit
f1606715a8
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue