togglePlaylist(playlist: Playlist): void {
    if (playlist.enabled) {
      this.playlistService.disablePlaylist(playlist);
    }
    else {