Playlist: More defensive proramming for when trying to play an empty playlist.
This commit is contained in:
@ -36,7 +36,7 @@ public:
|
||||
bool set_track(uint8_t track);
|
||||
void reset();
|
||||
bool is_empty();
|
||||
String get_current_file();
|
||||
bool get_current_file(String* dst);
|
||||
uint32_t get_position();
|
||||
void set_position(uint32_t p);
|
||||
void shuffle(uint8_t random_offset=0);
|
||||
|
Reference in New Issue
Block a user