mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-04-19 04:52:03 +00:00
fix: web version trakt integration
This commit is contained in:
parent
37383a5b41
commit
f9e4c0387a
1 changed files with 0 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ class TraktService {
|
|||
|
||||
Map<String, String> get headers => {
|
||||
'Content-Type': 'application/json',
|
||||
'Accept-Content': 'application/json',
|
||||
'trakt-api-version': _apiVersion,
|
||||
'trakt-api-key': _traktClient,
|
||||
'Authorization': 'Bearer $_token',
|
||||
|
|
|
|||
Loading…
Reference in a new issue