diff --git a/ui/lib/tv_details.dart b/ui/lib/tv_details.dart index 457f01b..a83b546 100644 --- a/ui/lib/tv_details.dart +++ b/ui/lib/tv_details.dart @@ -140,7 +140,7 @@ class _TvDetailsPageState extends ConsumerState { seriesId) .notifier) .delete(); - context.pop(); + context.go(WelcomePage.route); }, icon: const Icon(Icons.delete)) ],