Features/GTK3/Porting/Jukebox: Difference between revisions
No edit summary |
No edit summary |
||
| Line 68: | Line 68: | ||
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. | |||
= Useful Links = | = Useful Links = | ||