mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 16:31:58 +02:00
Support loading files using full or relative paths
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user