Workaround Multiple Sources for VoxeLibre
This commit is contained in:
parent
1e606df0b4
commit
c60873e80f
@ -105,7 +105,8 @@ local function get_liquid_name(bucket_name)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
elseif base_mcl_buckets then
|
elseif base_mcl_buckets then
|
||||||
return mcl_buckets.buckets[bucket_name].source_place
|
-- TODO: How Should I handle this then...
|
||||||
|
return mcl_buckets.buckets[bucket_name].source_take[1]
|
||||||
end
|
end
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user