fix:(types/configuration.ts): added w342 size to the poster sizes

This commit is contained in:
Netanel Henya
2024-04-03 15:17:19 +03:00
parent 64ba6e0fd1
commit defd0a5998

View File

@@ -36,6 +36,7 @@ export enum PosterSizes {
W154 = 'w154',
W185 = 'w185',
W300 = 'w300',
W342 = 'w342',
W500 = 'w500',
W780 = 'w780',
ORIGINAL = 'original',