Merge pull request #49 from pypp/feat/undocumented-backdrop-size

Add w500 size to backdrop
This commit is contained in:
Blake
2024-03-10 04:10:01 -04:00
committed by GitHub

View File

@@ -15,6 +15,7 @@ export interface Configuration {
export const enum BackdropSizes {
W300 = 'w300',
W500 = 'w500',
W780 = 'w780',
W1280 = 'w1280',
ORIGINAL = 'original',