mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 08:51:59 +02:00
Prefer "set_playlist" over "set_media" method
This commit is contained in:
@@ -133,7 +133,7 @@ class ClapperUriDialog extends Gtk.Dialog
|
||||
openUri(uri)
|
||||
{
|
||||
let { player } = this.get_transient_for().get_child();
|
||||
player.set_media(uri);
|
||||
player.set_playlist([uri]);
|
||||
|
||||
this.close();
|
||||
}
|
||||
|
Reference in New Issue
Block a user