Skip to content

Commit

Permalink
Adding Module.Videos
Browse files Browse the repository at this point in the history
Fixes #80
  • Loading branch information
StartAutomating authored and StartAutomating committed Jul 23, 2023
1 parent 32ea5c4 commit f282fb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Posh.types.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@ $posh.ExecutionContext.SessionState.PSVariable.Set("function:$($this.FunctionNam
</AliasProperty>
<AliasProperty>
<Name>Videos</Name>
<ReferencedMemberName>Videos</ReferencedMemberName>
<ReferencedMemberName>Video</ReferencedMemberName>
</AliasProperty>
<ScriptMethod>
<Name>LinkList</Name>
Expand Down Expand Up @@ -1968,10 +1968,10 @@ $this.LinkList(@(
<Name>Video</Name>
<GetScriptBlock>
$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")


Expand Down

0 comments on commit f282fb4

Please sign in to comment.