Skip to content

Commit b9818f3

Browse files
committed
docs(bandcamp): add comment about track links with no relationship
1 parent e499509 commit b9818f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

providers/Bandcamp/mod.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ export default class BandcampProvider extends MetadataProvider {
136136
}
137137
}
138138

139+
// Track links without any streaming or download relationship are kept.
140+
// It is up to the user to decide what to do.
141+
// In the future there might be a separate relationship that can be used.
142+
// See https://tickets.metabrainz.org/browse/STYLE-2443
143+
139144
return linkTypes;
140145
}
141146

0 commit comments

Comments
 (0)