Go back to beginning after playback ends

This commit is contained in:
Rafostar
2020-10-16 12:13:00 +02:00
parent d0eb28b207
commit eafc65d15d
3 changed files with 13 additions and 1 deletions

View File

@@ -266,6 +266,8 @@ class ClapperPlayer extends GstPlayer.Player
if(this._trackId < this._playlist.length)
this.set_media(this._playlist[this._trackId]);
else
this.stop();
}
_onUriLoaded()