IMDb plugin + downloader: parse IMDb alternative titles and use to match
[cinaest] / src / plugins / imdb-download-dialog.vala
index ba52c8d..701195c 100644 (file)
@@ -35,7 +35,7 @@ class IMDbDownloadDialog : Note {
                        server.Progress += this.on_progress;
                        server.DescriptionChanged += this.on_description_changed;
 
-                       server.download (mirror, IMDbDownloader.MOVIES | IMDbDownloader.GENRES | IMDbDownloader.RATINGS);
+                       server.download (mirror, IMDbDownloader.MOVIES | IMDbDownloader.GENRES | IMDbDownloader.RATINGS | IMDbDownloader.AKAS);
                } catch (DBus.Error e) {
                        warning ("Failed to invoke IMDb downloader: %s", e.message);
                }