Compare commits
2 commits
70f9e4f3a3
...
e9bfd056c8
Author | SHA1 | Date | |
---|---|---|---|
e9bfd056c8 | |||
560671c1da |
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,7 @@ class Playbin : GLib.Object {
|
||||||
this.current_song = song;
|
this.current_song = song;
|
||||||
this.position = 0;
|
this.position = 0;
|
||||||
this.duration = 1;
|
this.duration = 1;
|
||||||
|
this.now_playing (false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void pause () {
|
public void pause () {
|
||||||
|
@ -266,5 +267,6 @@ class Playbin : GLib.Object {
|
||||||
|
|
||||||
this.position = 0;
|
this.position = 0;
|
||||||
this.duration = 1;
|
this.duration = 1;
|
||||||
|
this.current_song = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue