Gets the personal comments for a movie.
Future<String?> getMovieComments(Movie movie) async { return _prefs.getString('movie_comments_${movie.id}'); }