From b88e782c06f0d9dfed8642366f82036225f71567 Mon Sep 17 00:00:00 2001 From: kodjomoustapha <107993382+kodjodevf@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:08:18 +0100 Subject: [PATCH] + --- lib/services/torrent_server.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/torrent_server.dart b/lib/services/torrent_server.dart index 0737ddc8..6e0077be 100644 --- a/lib/services/torrent_server.dart +++ b/lib/services/torrent_server.dart @@ -10,7 +10,7 @@ import 'package:riverpod_annotation/riverpod_annotation.dart'; part 'torrent_server.g.dart'; class MTorrentServer { - final _baseUrl = "http://127.0.0.1:3535"; + final _baseUrl = "http://127.0.0.1:8090"; Future removeTorrent(String? inforHash) async { if (inforHash == null || inforHash.isEmpty) return false;