Minor change,

This commit is contained in:
stonegate 2020-09-16 00:07:34 +08:00
parent 63d1be0897
commit c785dbaaaa
3 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Release date 2020/9/15
* Discovery feature in search page.
* Multi select in podcast page.
* Customize the speeds available.
* Customize the speed options available.
## Bugs fixed

View File

@ -8,11 +8,10 @@ import 'package:flutter_downloader/flutter_downloader.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:permission_handler/permission_handler.dart';
import 'package:provider/provider.dart';
import 'package:tsacdop/local_storage/key_value_storage.dart';
import '../local_storage/key_value_storage.dart';
import '../state/audio_state.dart';
import '../state/download_state.dart';
import '../state/setting_state.dart';
import '../type/episode_task.dart';
import '../type/episodebrief.dart';
import '../util/custom_widget.dart';

View File

@ -375,7 +375,6 @@ class EpisodeGrid extends StatelessWidget {
@override
Widget build(BuildContext context) {
var audio = Provider.of<AudioPlayerNotifier>(context, listen: false);
var downloader = Provider.of<DownloadState>(context, listen: false);
final options = LiveOptions(
delay: Duration.zero,
showItemInterval: Duration(milliseconds: 50),