Project: Updated copyright info
[maevies] / src / maevies_movie.c
index 7393726..989a939 100644 (file)
@@ -2,7 +2,7 @@
  * movie.c
  *
  * This file is part of maevies
- * Copyright (C) 2009 spenap <spenap@gmail.com>
+ * Copyright (C) 2009 Simón Pena <spenap@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -17,6 +17,7 @@
  */
 
 #include "maevies_movie.h"
+#include "movie_info_provider.h"
 #include "extra_scenes_provider.h"
 
 MaeviesMovie *maevies_movie_new(const gchar *name) {
@@ -31,7 +32,7 @@ MaeviesMovie *maevies_movie_new(const gchar *name) {
 void movie_get_info(MaeviesMovie *movie, GCallback callback) {
 
        /* Get movie info */
-
+       get_info(movie);
 
        /* Get movie stingers */
        movie->has_stingers = has_stingers(movie->title);