mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-03 17:20:00 +02:00
add native nd radio endpoints, support radio station images
This commit is contained in:
@@ -432,6 +432,8 @@ const normalizeInternetRadioStation = (
|
||||
return {
|
||||
homepageUrl: item.homepageUrl || null,
|
||||
id: item.id,
|
||||
imageId: item.coverArt?.toString() || null,
|
||||
imageUrl: null,
|
||||
name: item.name,
|
||||
streamUrl: item.streamUrl,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user