add movies

This commit is contained in:
2025-04-11 15:49:22 +02:00
parent d512452bc9
commit 72aa10aa0d
2 changed files with 67 additions and 10 deletions
-8
View File
@@ -380,14 +380,6 @@ class _TVShowsScreenState extends State<TVShowsScreen> {
// }
},
),
IconButton(
icon: const Icon(Icons.search_outlined),
tooltip: 'Search for TV Show',
onPressed: () {
searchTVShow();
// Navigator.pop(context, null);
},
),
IconButton(
icon: const Icon(Icons.update_outlined),
tooltip: 'Update TVShows',