Playlist: Album title now gets handled better.

This commit is contained in:
2019-11-28 06:20:57 +01:00
parent 651843fb06
commit 519ac0e3bd
3 changed files with 11 additions and 4 deletions

View File

@ -18,13 +18,13 @@ private:
bool _started = false;
bool _shuffled = false;
std::vector<PlaylistEntry> _files;
String _title = "";
void _add_path(String path);
void _examine_http_url(String url);
void _parse_rss(HTTPClientWrapper* http);
void _parse_m3u(HTTPClientWrapper* http);
void _parse_pls(HTTPClientWrapper* http);
public:
String title;
Playlist(String path);
void start();
uint16_t get_file_count();