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

@@ -63,7 +63,7 @@ func (c *client) read() error {
}
// setup all medias
err = rc.SetupAll(medias, baseURL)
err = rc.SetupAll(baseURL, medias)
if err != nil {
return err
}