From e9bfd056c8472ff9508e6af0e40fcbe833a94f6d Mon Sep 17 00:00:00 2001 From: Erica Z Date: Wed, 16 Oct 2024 12:51:01 +0200 Subject: [PATCH] shouldn't have removed that --- src/playbin.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/playbin.vala b/src/playbin.vala index 0b3b763..0a737ee 100644 --- a/src/playbin.vala +++ b/src/playbin.vala @@ -244,6 +244,7 @@ class Playbin : GLib.Object { this.current_song = song; this.position = 0; this.duration = 1; + this.now_playing (false); } public void pause () {