IMDb plaintext downloader: fix progress indicator
[cinaest] / src / movie.vala
index 19f0629..f23059a 100644 (file)
@@ -32,5 +32,10 @@ public class Movie : Object {
        construct {
                rating = -1;
        }
+
+       public virtual string get_plot () {
+               print ("get_plot(%s)", title);
+               return "";
+       }
 }