fix category listing

This commit is contained in:
Celogeek 2024-03-03 15:55:58 +01:00
parent 9887338714
commit d716a4cfbd
Signed by: celogeek
SSH Key Fingerprint: SHA256:njNJLzoLQdbV9PC6ehcruRb0QnEgxABoCYZ+0+aUIYc

View File

@ -33,7 +33,7 @@ func (c *ImageDetailsCommand) Execute([]string) error {
return err
}
categories, err := p.Categories()
categories, err := p.CategoryFromId()
if err != nil {
return err
}