diff --git a/src/Column View/main.py b/src/Column View/main.py index 3c0ae631..a620d439 100644 --- a/src/Column View/main.py +++ b/src/Column View/main.py @@ -28,8 +28,8 @@ def title(self) -> str: def author(self) -> str: return self._author - @GObject.Property(type=str) - def year(self) -> str: + @GObject.Property(type=int) + def year(self) -> int: return self._year