Skip to content

Commit c907d47

Browse files
committed
fix an issue of invalid number
1 parent 83d65c6 commit c907d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Api/event_handler_api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import 'package:provider/provider.dart';
1212
import '../Constants/notification_keys.dart';
1313
import '../Provider/filter_provider.dart';
1414

15-
String torrentLength = '';
15+
String torrentLength = '0';
1616

1717
class EventHandlerApi {
1818
//Sets the transfer rate if the event returned is TRANSFER_SUMMARY_FULL_UPDATE

0 commit comments

Comments
 (0)