Plugins: replace get_editable with get_flags, add support more MovieSource flags
[cinaest] / src / plugins / google-plugin.vala
index 600c407..f8b17b4 100644 (file)
@@ -299,8 +299,8 @@ class GoogleSource : MovieSource {
                return description;
        }
 
-       public override bool get_editable () {
-               return false;
+       public override SourceFlags get_flags () {
+               return SourceFlags.ONLINE;
        }
 }