[http] Change name of struct field for StreamUrl

Should not be called artwork_url, since it also can link to other ressources.

Also some fixup, e.g. use new macros.
This commit is contained in:
ejurgensen
2020-05-13 23:20:14 +02:00
parent d073781445
commit d2ac216f47
3 changed files with 17 additions and 33 deletions

View File

@@ -49,7 +49,7 @@ struct http_icy_metadata
/* Track specific, comes from icy_metadata_packet */
char *title;
char *artist;
char *artwork_url;
char *url;
uint32_t hash;
};