abstract class Scrobbly::Backend

Direct Known Subclasses

Defined in:

scrobbly/backend.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(channel : Channel(Tuple(Scrobbly::Frontend::Command, Scrobbly::SongInfo))) #

[View source]

Instance Method Detail


[View source]
def now_playing #

[View source]
def now_playing? : Scrobbly::SongInfo? #

[View source]
abstract def start #

[View source]
def timer #

[View source]
def timer? : Scrobbly::Timer? #

[View source]