Playing Next
- class AzuracastPy.models.now_playing.PlayingNext(cued_at: int, played_at: int, duration: int, playlist: str, is_request: bool, song: Song)
Represents the data of the next song to be played on a station.
- __init__(cued_at: int, played_at: int, duration: int, playlist: str, is_request: bool, song: Song)
Initializes a
PlayingNextobject for aNowPlayinginstance.Note
This class should not be initialized directly. Instead, obtain an instance via:
now_playing.playing_next.