Starred Content
StarredContent(subsonic, song=None, album=None, artist=None)
Bases: Model
Object that holds all the info about starred content.
Attributes:
Name | Type | Description |
---|---|---|
songs |
list[Song] | None
|
List that holds all the info about all the starred songs. |
albums |
list[Album] | None
|
List that holds all the info about all the starred albums. |
artists |
list[Artist] | None
|
List that holds all the info about all the starred artists. |