index = sel_model.get_value(sel_model.get_iter(row), 0)
index = sel_model.get_value(sel_model.get_iter(row), 0)
self._playlist.pop(index)
self._playlist.pop(index)
+
+
= Notes =
+
+
* There is something related with '''collaboration''' in ''jukeboxactivity.py'' but I didn't understand how it works. I thought this activity is not collaborative.