feat: dynamically fetch login screen backdrop images (#2206)

* feat: dynamically fetch login screen backdrop images

* fix: remove media check from backdrops endpoint

* fix: remove mapping and work with TMDb data directly
This commit is contained in:
TheCatLady
2021-10-15 20:54:15 -04:00
committed by GitHub
parent 492d8e3daa
commit 3486d0bf55
10 changed files with 63 additions and 20 deletions

View File

@@ -5167,6 +5167,22 @@ paths:
name:
type: string
example: Drama
/backdrops:
get:
summary: Get backdrops of trending items
description: Returns a list of backdrop image paths in a JSON array.
security: []
tags:
- tmdb
responses:
'200':
description: Results
content:
application/json:
schema:
type: array
items:
type: string
security:
- cookieAuth: []