Skip to content

Commit

Permalink
Update Add-TagToMedia Parameter
Browse files Browse the repository at this point in the history
Expect int64 instead of string for `$tagId`
  • Loading branch information
angrycuban13 committed Jan 7, 2024
1 parent ce65f72 commit 6b9f173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Upgradinatorr/upgradinatorr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function Add-TagToMedia {
$Media,

[Parameter(Mandatory = $true, Position = 4)]
[string]
[int64]
$TagId,

[Parameter(Mandatory = $true, Position = 5)]
Expand Down

0 comments on commit 6b9f173

Please sign in to comment.