Support loading files using full or relative paths

This commit is contained in:
Rafostar
2020-09-08 08:58:43 +02:00
parent 689edd9cf3
commit 649ff7682c
3 changed files with 26 additions and 5 deletions

View File

@@ -249,7 +249,7 @@ var App = GObject.registerClass({
if(!this.playlist.length)
return;
this.player.set_uri(this.playlist[0]);
this.player.set_media(this.playlist[0]);
}
_onPlayerStateChanged(self, state)