From f282fb425b880396ec004b0fd925724d13439a8a Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sun, 23 Jul 2023 02:29:01 +0000 Subject: [PATCH] Adding Module.Videos Fixes #80 --- Posh.types.ps1xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Posh.types.ps1xml b/Posh.types.ps1xml index 826f2de..b248878 100644 --- a/Posh.types.ps1xml +++ b/Posh.types.ps1xml @@ -1859,7 +1859,7 @@ $posh.ExecutionContext.SessionState.PSVariable.Set("function:$($this.FunctionNam Videos - Videos + Video LinkList @@ -1968,10 +1968,10 @@ $this.LinkList(@( Video $this.LinkList(@( - $this.PrivateData.Screenshot - $this.PrivateData.Screenshots - $this.PrivateData.PSData.Screenshot - $this.PrivateData.PSData.Screenshots + $this.PrivateData.Video + $this.PrivateData.Videos + $this.PrivateData.PSData.Video + $this.PrivateData.PSData.Videos ), "Posh.Module.Video")