refactor: showLoadingDialog helper, json_serializable for plex_home

This commit is contained in:
edde746
2026-04-25 03:25:09 +02:00
parent d0a93d57dd
commit e4e8299981
15 changed files with 1743 additions and 776 deletions
+1 -6
View File
@@ -711,13 +711,8 @@ class MediaContextMenuState extends State<MediaContextMenu> {
final client = _getClientForItem();
try {
// Show loading indicator
if (context.mounted) {
showDialog(
context: context,
barrierDismissible: false,
builder: (context) => const Center(child: CircularProgressIndicator()),
);
showLoadingDialog(context);
}
// Fetch file info