fix: web version trakt integration

This commit is contained in:
omkar 2025-01-13 09:38:27 +05:30
parent 37383a5b41
commit f9e4c0387a

View file

@ -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',