mirror of
https://github.com/pikami/tiktok-dl.git
synced 2025-02-16 17:26:19 +00:00
Fix issue with batch files
This commit is contained in:
parent
18c745aaba
commit
2af96e899e
@ -22,7 +22,7 @@ func StartWorkflowByParameter(url string) {
|
|||||||
|
|
||||||
// Tiktok user
|
// Tiktok user
|
||||||
if CanUseDownloadUser(url) {
|
if CanUseDownloadUser(url) {
|
||||||
DownloadUser(models.GetUsername())
|
DownloadUser(models.GetUsernameFromString(url))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user