Google plugin: use utf-8 conversion also for the cinema names
[cinaest] / src / movie.vala
index cf970cc..19f0629 100644 (file)
@@ -23,9 +23,10 @@ public class Poster : Object {
 
 public class Movie : Object {
        public string title { get; set; }
+       public string secondary { get; set; }
        public int year { get; set; }
        public int rating { get; set; }
-       public int genres { get; set; }
+       public Genres genres;
        public Poster poster { get; set; }
 
        construct {