Diffusion Juk 7fe64d10d66e

Fix 'trying to add empty file warnings'.

Authored by mpyne on Aug 27 2017, 2:02 AM.

Description

Fix 'trying to add empty file warnings'.

Finally backtraced it... to a signal handler for PlayerManager. Turns
out we get the Stopped state with an old state of Loading after all,
which was being handled in the else block which assumed
buffering/playback, and tried to read a (null) FileHandle as a result
since nothing was actually playing.

Details

Committed
mpyneAug 27 2017, 2:02 AM
Parents
R344:2889fd1fa4b7: More QAction streamlining.
Branches
Unknown
Tags
Unknown