forked from Fascinated/Bat
Add support for TMDB movie + series lookup
This commit is contained in:
@ -26,6 +26,12 @@ spotify:
|
||||
client-id: "spotify-client-id"
|
||||
client-secret: "spotify-client-secret"
|
||||
|
||||
# TMDB Configuration
|
||||
tmdb:
|
||||
# API Read Access Token
|
||||
api-key: "api-read-access-token"
|
||||
|
||||
|
||||
# Spring Configuration
|
||||
spring:
|
||||
data:
|
||||
|
Reference in New Issue
Block a user