-
-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Labels
enhancementNew feature or requestNew feature or requestmultiserviceIssues related to multiple servicesIssues related to multiple services
Description
I am currently working on bandcamp support in my fork. Even though it was difficult to understand at first, I feel like I now know what I'm doing.
I noticed that ChannelExtractor.getInitialPage()
must return an InfoItemsPage
of type <StreamInfoItem>
. This means that channels can't contain playlist items, unlike search results, where the return type is InfoItemsPage<InfoItem>
.
For bandcamp support, this is inconvenient, as streams (tracks) don't appear on their channel (artist's profile) themselves when they are part of a playlist (an album).
That's why I'd like to ask this to be changed so that channels can also contain playlists.
selurvedu, rocketinventor, Johnny5sword, moeenio and michaelblyonsbb010g
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmultiserviceIssues related to multiple servicesIssues related to multiple services