mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 03:39:54 +00:00
fix(discord): Include known spotify cdn for media providers #569
This commit is contained in:
parent
77387c292b
commit
5a4bcb2949
1 changed files with 2 additions and 0 deletions
|
|
@ -554,6 +554,8 @@ export interface TransformResult {
|
|||
|
||||
export const KNOWN_MEDIA_PROVIDER_URLS = [
|
||||
'spotify.com',
|
||||
// spotify cdn
|
||||
'scdn.co',
|
||||
'bandcamp.com',
|
||||
'youtube.com',
|
||||
'deezer.com',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue