refactor table for reuse

This commit is contained in:
2026-01-20 15:12:37 +01:00
parent ae2c3c6855
commit f19c1a7216
7 changed files with 65 additions and 60 deletions

View File

@@ -71,6 +71,6 @@
private async Task ToggleFavoriteMovie()
{
await ManageFavorite.ToggleFavoriteMovie(id);
await ManageFavorite.ToggleFavoriteMovie(movie!);
}
}