[gnome-music/wip/mschraal/core: 29/86] coresong: remove position (renamed)



commit a034aae74292a48a243afeed91a164c028d60656
Author: Marinus Schraal <mschraal gnome org>
Date:   Wed May 8 17:56:32 2019 +0200

    coresong: remove position (renamed)

 gnomemusic/coresong.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/coresong.py b/gnomemusic/coresong.py
index a071fd6d..d05f532f 100644
--- a/gnomemusic/coresong.py
+++ b/gnomemusic/coresong.py
@@ -16,7 +16,6 @@ class CoreSong(GObject.GObject):
     duration = GObject.Property(type=int)
     favorite = GObject.Property(type=int)
     play_count = GObject.Property(type=int)
-    position = GObject.Property(type=int)
     title = GObject.Property(type=str)
     url = GObject.Property(type=str)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]