also do that

This commit is contained in:
Erica Z 2024-10-16 12:49:06 +02:00
parent 70f9e4f3a3
commit 560671c1da

View file

@ -266,5 +266,6 @@ class Playbin : GLib.Object {
this.position = 0; this.position = 0;
this.duration = 1; this.duration = 1;
this.current_song = null;
} }
} }