mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2024-12-22 13:34:16 +03:00
add content type attribute
This commit is contained in:
parent
686e1d032b
commit
87191fbe8f
@ -79,6 +79,7 @@ __PACKAGE__->register_method ({
|
||||
next if !$data || !$data->{$storeid};
|
||||
|
||||
foreach my $item (@{$data->{$storeid}}) {
|
||||
$item->{content} = $ct;
|
||||
push @$res, $item;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user