Skip ID3 tags. They can get quite large...

This commit is contained in:
2019-08-12 06:20:38 +02:00
parent f29e38160a
commit b5c29eaa38
2 changed files with 29 additions and 1 deletions

View File

@ -52,6 +52,7 @@ private:
void _set_last_track(const char* album, uint8_t track, uint32_t position);
std::map<String, album_state> _last_tracks;
void _play_file(String filename, uint32_t offset);
uint32_t _id3_tag_offset(File f);
void _finish_playing();
void _finish_stopping();
void _mute();