mirror of
https://github.com/stonega/tsacdop
synced 2025-03-10 16:20:10 +01:00
Minor change,
This commit is contained in:
parent
63d1be0897
commit
c785dbaaaa
@ -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
|
||||
|
||||
|
@ -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';
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user