fixed tags input for lbry
This commit is contained in:
@@ -91,7 +91,7 @@ if(LBRYURLSlug = "" OR LBRYURLSlug = "_Audio"){
|
|||||||
|
|
||||||
; loops through array and creates a string of: --tags="tag1" --tags="tag2" --tags="tag3" so that it can be passed to lbrynet
|
; loops through array and creates a string of: --tags="tag1" --tags="tag2" --tags="tag3" so that it can be passed to lbrynet
|
||||||
Loop % KeywordsArray.Length(){
|
Loop % KeywordsArray.Length(){
|
||||||
LBRYTags .= "--tags=" . SingleQuotationmark KeywordsArray[A_Index] . SingleQuotationmark . " "
|
LBRYTags .= "--tags=" . SingleQuotationmark VideoTagsArray[A_Index] . SingleQuotationmark . " "
|
||||||
}
|
}
|
||||||
|
|
||||||
; Msgbox % "FilePathForLBRYAPI: " FilePathForLBRYAPI
|
; Msgbox % "FilePathForLBRYAPI: " FilePathForLBRYAPI
|
||||||
|
|||||||
Reference in New Issue
Block a user