mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-30 22:39:04 +00:00
Update TMDB-Seasonal.swift
This commit is contained in:
parent
116e0295a7
commit
7974417952
1 changed files with 1 additions and 1 deletions
|
|
@ -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())"
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue