Fix end of track signalling
This commit is contained in:
parent
7333fd570f
commit
c7d6ae4cb6
@ -537,6 +537,8 @@ class _TrackManager:
|
|||||||
Send end of track signal unless we are a preview player
|
Send end of track signal unless we are a preview player
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
self.signals.track_ended_signal.emit()
|
||||||
|
|
||||||
def stop(self, fade_seconds: int = 0) -> None:
|
def stop(self, fade_seconds: int = 0) -> None:
|
||||||
"""
|
"""
|
||||||
Stop this track playing
|
Stop this track playing
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user