This commit is contained in:
2025-04-18 10:16:03 +02:00
parent 61b8d3e0e9
commit 8d87599fa3
5 changed files with 4 additions and 5 deletions
@@ -357,7 +357,7 @@ class TVShowDetailsScreen extends StatelessWidget {
var seasonState = jsonEncode(tvShowDetails.seasonStatus.map((e) => e.toJson()).toList());
try {
final r = await http.post(
/*final r =*/ await http.post(
url,
headers: <String, String>{
'Content-Type': 'application/json; charset=UTF-8',