Add option to close player after playback

This commit is contained in:
Rafostar
2020-12-03 11:04:37 +01:00
parent 44e04d7e60
commit 7a66da1fed
4 changed files with 8 additions and 3 deletions

View File

@@ -405,7 +405,6 @@ var Widget = GObject.registerClass({
player.disconnect(this.mediaInfoSignal);
this.mediaInfoSignal = null;
}
this.controls.togglePlayButton.setPrimaryIcon();
break;
case GstPlayer.PlayerState.PAUSED:
debug('player state changed to: PAUSED');