From 58514811484f4b015380ff1a77cb1bb15cacd794 Mon Sep 17 00:00:00 2001 From: retroluxfilm Date: Tue, 27 Feb 2024 14:44:21 +0100 Subject: [PATCH] Removed workaround for the mod image tag on the remote repository which is now fixed in OMM 1.2.6 --- src/Repository/RemotePackageDescriptor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Repository/RemotePackageDescriptor.php b/src/Repository/RemotePackageDescriptor.php index 04c244c..fef9e97 100644 --- a/src/Repository/RemotePackageDescriptor.php +++ b/src/Repository/RemotePackageDescriptor.php @@ -35,7 +35,7 @@ class RemotePackageDescriptor */ public const TAG_MOD = "mod", - TAG_MOD_PICTURE = "picture", + TAG_MOD_PICTURE = "thumbnail", TAG_DESCRIPTION = "description", TAG_URL = "url"; /**