@systemMediaEvent('stop')
  onStop() {
    this.playbackStatus = MprisService.PLAYBACK_STATUS_STOPED;
    this.discord.clear();
    this.window.send(IpcEvents.STOP);