Skip to content

Commit

Permalink
Merge pull request #31 from franklupo/30-spiceproxy-not-implemented
Browse files Browse the repository at this point in the history
Fix vmid
  • Loading branch information
franklupo committed May 6, 2024
2 parents dd38f20 + 8b39de8 commit 70a6abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Corsinvest.ProxmoxVE.Pepper/Program.cs
Expand Up @@ -65,7 +65,7 @@
if (app.DebugIsActive()) { await Console.Out.WriteLineAsync($"VM is {vm.Status}."); }
}
var (success, reasonPhrase, content) = await client.Nodes[vm.Node].Qemu[vm.Id].Spiceproxy.GetSpiceFileVVAsync(proxy);
var (success, reasonPhrase, content) = await client.Nodes[vm.Node].Qemu[vm.VmId].Spiceproxy.GetSpiceFileVVAsync(proxy);
if (success)
{
//proxy force
Expand Down

0 comments on commit 70a6abe

Please sign in to comment.