Update TMDB-Seasonal.swift

This commit is contained in:
cranci 2025-03-05 13:17:21 +01:00 committed by GitHub
parent 116e0295a7
commit 7974417952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ class TMDBSeasonal {
request.timeoutInterval = 10
request.allHTTPHeaderFields = [
"accept": "application/json",
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36",
"User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36",
"Authorization": "Bearer \(TMBDRequest.decryptToken())"
]