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

@@ -50,7 +50,7 @@ func main() {
}
// setup a single media
_, err = c.Setup(medi, baseURL, 0, 0)
_, err = c.Setup(baseURL, medi, 0, 0)
if err != nil {
panic(err)
}