mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 16:22:47 +02:00
jottacloud: add link sharing support
This commit is contained in:
committed by
Nick Craig-Wood
parent
a823d518ac
commit
d51501938a
@ -34,7 +34,9 @@ without account.
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
fmt.Println(link)
|
||||
if link != "" {
|
||||
fmt.Println(link)
|
||||
}
|
||||
return nil
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user