From a1cd3ba7524db3f12fa3589bcc27b83b7c166599 Mon Sep 17 00:00:00 2001 From: Felipe Marinho Date: Wed, 13 Nov 2024 17:03:07 -0300 Subject: [PATCH] chg: docs: add missing parameter docs --- scanner/providers/implementations/themoviedatabase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanner/providers/implementations/themoviedatabase.py b/scanner/providers/implementations/themoviedatabase.py index 0e06293e..204b3df9 100644 --- a/scanner/providers/implementations/themoviedatabase.py +++ b/scanner/providers/implementations/themoviedatabase.py @@ -145,7 +145,7 @@ class TheMovieDatabase(Provider): Args: item (dict): A dictionary containing item information, including images and language details. lng (str): The preferred language code for the images in ISO 639-1 format. - + key (str): The key to access the images in the item dictionary. (e.g. "posters", "backdrops", "logos") Returns: list: A list of images, prioritized by localization, original language, and any available image. """