Skip to content

Commit

Permalink
Log as debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedon-dev committed Jan 1, 2025
1 parent 6d12cdb commit 8afe4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/screens/video_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class _VideoListState extends State<VideoList> {
logger.d("No homepage providers enabled: $noPluginsEnabled");
} else if (widget.listType == "results") {
noPluginsEnabled = PluginManager.enabledResultsProviders.isEmpty;
logger.w("No results providers enabled: $noPluginsEnabled");
logger.d("No results providers enabled: $noPluginsEnabled");
}

logger.i("Finished initializing screen");
Expand Down

0 comments on commit 8afe4de

Please sign in to comment.