Merged playlist
[zukebox] / zukebox_server / src / services / playlist / zb_playlist.py
index bbc5c01..fd4b067 100644 (file)
@@ -13,7 +13,6 @@ class PlayListOutBoundExcept(Exception):
         Exception.__init__(self, args, kwargs)
 
 
-
 class PlayList(Service):
     """Class PlayList
     Introduction
@@ -31,6 +30,7 @@ class PlayList(Service):
         scpd_path = pjoin(xml_path, "zukebox-playlist-scpd.xml")
         log.info("PlayList service scpd_path = %s" % scpd_path)
         Service.__init__(self, self.srvc_name, self.srvc_type, '', scpd_path)
+
         self.positions = positions
         self.list = []
         self.current = 0