Skip to content

Commit

Permalink
Explain current_info on slave in dosctring
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Nielsen committed Apr 13, 2016
1 parent 9bb495d commit c1b58e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions soco/core.py
Expand Up @@ -1014,6 +1014,11 @@ def get_current_track_info(self):
values. For example, a track may not have complete metadata and be
missing an album name. In this case track['album'] will be an empty
string.
.. note:: Calling this method on a slave in a group will not
return the track the group is playing, but the last track
this speaker was playing.
"""
response = self.avTransport.GetPositionInfo([
('InstanceID', 0),
Expand Down

0 comments on commit c1b58e0

Please sign in to comment.