This commit is contained in:
JMARyA 2024-03-10 05:26:33 +01:00
parent 1072075335
commit 3d85455906
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -57,7 +57,7 @@ fn main() {
modules.push(Box::new(soundcloud::SoundCloudModule::new(
sc_config,
db.take_db(),
config.hoard.data_dir.join("youtube"),
config.hoard.data_dir.join("soundcloud"),
)));
}