Skip to content

Commit

Permalink
Adding Module.Videos
Browse files Browse the repository at this point in the history
Fixes #80
  • Loading branch information
James Brundage committed Jul 23, 2023
1 parent b27e0ae commit 32ea5c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Types/PSModuleInfo/Alias.psd1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@{
Recommendations = 'Recommendation'
Screenshots = 'Screenshot'
Videos = 'Videos'
Videos = 'Video'
}
8 changes: 4 additions & 4 deletions Types/PSModuleInfo/get_Video.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$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")

0 comments on commit 32ea5c4

Please sign in to comment.