# HG changeset patch # User Goffi # Date 1332607602 -3600 # Node ID 794f60e2da27dfa18852fe4e83045ebf817357d4 # Parent ac568832a71a48cbaf84dea9cc80775d2811af89 plugin radiocol: fixed missing import diff -r ac568832a71a -r 794f60e2da27 src/plugins/plugin_misc_radiocol.py --- a/src/plugins/plugin_misc_radiocol.py Sat Mar 24 16:11:16 2012 +0100 +++ b/src/plugins/plugin_misc_radiocol.py Sat Mar 24 17:46:42 2012 +0100 @@ -35,7 +35,7 @@ from time import time import os.path -from mutagen.oggvorbis import OggVorbis +from mutagen.oggvorbis import OggVorbis, OggVorbisHeaderError try: from twisted.words.protocols.xmlstream import XMPPHandler @@ -224,6 +224,7 @@ which trigger after the song has been played to play next one""" #TODO: need to check that there are still peoples in the room # and clean the datas/stop the playlist if it's not the case + #TODO: songs need to be erased once played or found invalids radio_data = self.radios[room_jid.userhost()] queue = radio_data['queue'] if not queue: