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

@ -60,7 +60,7 @@ class _AppShellState extends ConsumerState<AppShell>
// interruption and otherwise leaves the playhead frozen (see
// PlaybackController.resyncFromPlayer).
if (state == AppLifecycleState.resumed) {
ref.read(playbackProvider.notifier).resyncFromPlayer();
ref.read(playbackCommandsProvider).resyncFromPlayer();
}
}