From cb1578a7917339a9df9fa87773a739a0249501e2 Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 28 Jan 2025 12:18:57 +0100 Subject: fix #264: mpris exampe --- examples/gtk3/py/simple-bar/widget/Bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gtk3/py/simple-bar/widget') diff --git a/examples/gtk3/py/simple-bar/widget/Bar.py b/examples/gtk3/py/simple-bar/widget/Bar.py index 555ab85..d5bf38d 100644 --- a/examples/gtk3/py/simple-bar/widget/Bar.py +++ b/examples/gtk3/py/simple-bar/widget/Bar.py @@ -89,7 +89,7 @@ class Media(Gtk.Box): self.add(label) player.bind_property( - "title", + "metadata", label, "label", SYNC, -- cgit v1.2.3