Movie: add secondary text to be shown in the movie list view
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 11 Nov 2009 09:58:22 +0000 (10:58 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 11 Nov 2009 18:08:27 +0000 (19:08 +0100)
This is plugin specific secondary info that movies don't have to be sorted by.

src/movie.vala

index 8f0c88c..19f0629 100644 (file)
@@ -23,6 +23,7 @@ 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 Genres genres;