diff --git a/web_server.py b/web_server.py index 31d1b08b..9a84b014 100644 --- a/web_server.py +++ b/web_server.py @@ -30253,6 +30253,7 @@ def get_listenbrainz_lastfm_radio(): "identifier": f"https://listenbrainz.org/playlist/{p['playlist_mbid']}", "title": p['title'], "creator": p['creator'], + "track_count": p.get('track_count', 0), "annotation": p.get('annotation', {}), "track": [], } diff --git a/webui/index.html b/webui/index.html index 9c150945..f4fd8a43 100644 --- a/webui/index.html +++ b/webui/index.html @@ -1030,6 +1030,9 @@ + @@ -1915,6 +1918,17 @@ + +