From bc21099a9d0c382a40f2df6144ab0d284e0e8f39 Mon Sep 17 00:00:00 2001 From: olivierapivideo Date: Tue, 7 Dec 2021 10:56:32 +0000 Subject: [PATCH] Minor change in API spec --- src/api/PlayerThemesApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/PlayerThemesApi.ts b/src/api/PlayerThemesApi.ts index e02bd83..99f1a11 100644 --- a/src/api/PlayerThemesApi.ts +++ b/src/api/PlayerThemesApi.ts @@ -337,7 +337,7 @@ export default class PlayerThemesApi { } /** - * The uploaded image maximum size should be 200x100 and its weight should be 200KB. It will be scaled down to 30px height and converted to PNG to be displayed in the player. + * The uploaded image maximum size should be 200x100 and its weight should be 100KB. It will be scaled down to 30px height and converted to PNG to be displayed in the player. * Upload a logo * @param playerId The unique identifier for the player. * @param file The name of the file you want to use for your logo.