mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06:09 +05:00
куафсещк
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import axios from 'axios'
|
||||
|
||||
export const getMoviePosters = (movieName, language = 'en') => {
|
||||
if (!movieName) return new Promise(resolve => resolve(null))
|
||||
const request = `${`http://api.themoviedb.org/3/search/multi?api_key=${process.env.REACT_APP_TMDB_API_KEY}`}&language=${language}&include_image_language=${language},null&query=${movieName}`
|
||||
|
||||
return axios
|
||||
|
||||
Reference in New Issue
Block a user