parent
6e2751a695
commit
9391d10d44
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ class Playback_Starter(Thread):
|
||||||
if result.listitem:
|
if result.listitem:
|
||||||
listitem = convert_PKC_to_listitem(result.listitem)
|
listitem = convert_PKC_to_listitem(result.listitem)
|
||||||
Player().play(listitem.getfilename(), listitem)
|
Player().play(listitem.getfilename(), listitem)
|
||||||
|
return Playback_Successful()
|
||||||
else:
|
else:
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue