mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Go back to beginning after playback ends
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user