aboutsummaryrefslogtreecommitdiffstats
path: root/lib/presentation/screens/splash/widget/splash_content.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/presentation/screens/splash/widget/splash_content.dart')
-rw-r--r--lib/presentation/screens/splash/widget/splash_content.dart1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/presentation/screens/splash/widget/splash_content.dart b/lib/presentation/screens/splash/widget/splash_content.dart
index 29d8d6c..51ee71f 100644
--- a/lib/presentation/screens/splash/widget/splash_content.dart
+++ b/lib/presentation/screens/splash/widget/splash_content.dart
@@ -68,6 +68,7 @@ class SplashContentState extends ConsumerState<SplashContent>
void didChangeDependencies() {
ref.read(valClientProvider).run();
ref.read(radioClientProvider).run();
+ ref.read(mpdClientProvider).run();
super.didChangeDependencies();
}