We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e499509 commit b9818f3Copy full SHA for b9818f3
providers/Bandcamp/mod.ts
@@ -136,6 +136,11 @@ export default class BandcampProvider extends MetadataProvider {
136
}
137
138
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
+
144
return linkTypes;
145
146
0 commit comments