chiark / gitweb /
Move RTP check. This seems to improve matters - formerly the RTP
[disorder] / disobedience / queue.c
index 48c43fb70f030a2a3c208a1716dce94f80bbd0a8..026c492464a410fd6662650cc6753212a5e8ab53 100644 (file)
@@ -1083,6 +1083,8 @@ static void playing_completed(void attribute((unused)) *v,
      * field is */
     time(&last_playing);
     queuelike_completed(&ql_queue, 0, actual_queue);
+    /* Notify any interested parties */
+    event_raise("playing-track-changed", q);
   }
 }
 
@@ -1561,6 +1563,7 @@ static const struct tabtype tabtype_queue = {
   queue_properties_activate,
   queue_selectall_activate,
   queue_selectnone_activate,
+  0
 };
 
 /* Other entry points ------------------------------------------------------ */