From defd0a5998665ee0ccc48ac6e8f5bf6c6a3a088b Mon Sep 17 00:00:00 2001 From: Netanel Henya Date: Wed, 3 Apr 2024 15:17:19 +0300 Subject: [PATCH] fix:(types/configuration.ts): added w342 size to the poster sizes --- src/types/configuration.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/configuration.ts b/src/types/configuration.ts index bbae961..50e25ff 100644 --- a/src/types/configuration.ts +++ b/src/types/configuration.ts @@ -36,6 +36,7 @@ export enum PosterSizes { W154 = 'w154', W185 = 'w185', W300 = 'w300', + W342 = 'w342', W500 = 'w500', W780 = 'w780', ORIGINAL = 'original',