Skip to content

Commit

Permalink
Add PlaylistManager instance to SoCo
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Jan 13, 2018
1 parent 368ae6c commit fdf61e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions soco/core.py
Expand Up @@ -27,6 +27,7 @@
)
from .groups import ZoneGroup
from .music_library import MusicLibrary
from .playlists import PlaylistManager
from .services import (
DeviceProperties, ContentDirectory, RenderingControl, AVTransport,
ZoneGroupTopology, AlarmClock, SystemProperties, MusicServices,
Expand Down Expand Up @@ -211,6 +212,7 @@ def __init__(self, ip_address):
self.musicServices = MusicServices(self)

self.music_library = MusicLibrary(self)
self.playlists = PlaylistManager(self)

# Some private attributes
self._all_zones = set()
Expand Down

0 comments on commit fdf61e7

Please sign in to comment.