I'm trying to import-in-place directly into a channel,
my channel ID is : 710e97c7-b63d-4c02-86df-30c60f03d078
so the ID to be used would be : export LIBRARY_ID="710e97c7"
Following these directions : https://docs.funkwhale.audio/administrator/import.html#find-your-library-id
I attempted to import in place directly into this channel, but I'm getting : CommandError: Invalid library id
(venv) root@my:/var/www/funkwhale# export LIBRARY_ID="710e97c7"
(venv) root@my:/var/www/funkwhale# venv/bin/funkwhale-manage import_files $LIBRARY_ID "/home/yunohost.app/funkwhale/data/music/Mixcloud/d-jd-jackingzone" --recursive --noinput --in-place
2023-06-29 18:31:28,123 funkwhale_api.config INFO Loaded env file at /var/www/funkwhale/config/.env
2023-06-29 18:31:28,123 funkwhale_api.config INFO Running with the following plugins enabled: funkwhale_api.contrib.scrobbler, funkwhale_api.contrib.listenbrainz, funkwhale_api.contrib.maloja
Invalid library id
CommandError: Invalid library id
is it expected or am I understanding correctly that import in place cannot be used with Channels ?