Refactored to use index in the play queue instead of the song ID

This commit is contained in:
Sumner Evans
2019-11-24 20:32:42 -07:00
parent 6decc5043c
commit dc8d330a1b
9 changed files with 142 additions and 148 deletions

View File

@@ -12,7 +12,7 @@ class MainWindow(Gtk.ApplicationWindow):
'song-clicked': (
GObject.SignalFlags.RUN_FIRST,
GObject.TYPE_NONE,
(str, object, object),
(int, object, object),
),
'refresh-window': (
GObject.SignalFlags.RUN_FIRST,