Adds a movie to the watched list.
@override Future<void> addToWatched(Movie movie) async { await _manager.addToWatched(movie); _invalidateWatchedCache(); }