client: invert arguments of Setup() and SetupAll()

This commit is contained in:
aler9
2023-08-16 19:05:19 +02:00
parent 5e5a21240d
commit 939c065f6f
21 changed files with 32 additions and 32 deletions

View File

@@ -47,7 +47,7 @@ func main() {
}
// setup all medias
err = c.SetupAll(medias, baseURL)
err = c.SetupAll(baseURL, medias)
if err != nil {
panic(err)
}