network addition

This commit is contained in:
Forrest 2026-08-04 16:39:18 -04:00
parent 3bd713d667
commit 2099d3d64d
27 changed files with 2237 additions and 40 deletions

View file

@ -15,7 +15,7 @@ class DownloadsScreen extends ConsumerWidget {
Widget build(BuildContext context, WidgetRef ref) {
final downloads = ref.watch(downloadManagerProvider);
final controller = ref.read(downloadManagerProvider.notifier);
final playback = ref.read(playbackProvider.notifier);
final playback = ref.read(playbackCommandsProvider);
final active = downloads.byId.values.where((d) => d.isActive).toList();
final completed = downloads.completed;