zachomedia / apple-music-webplayer

Web player for Apple Music (using MusicKit JS)
https://music.zacharyseguin.ca
MIT License
597 stars 76 forks source link

Create shared formatArtworkURL method #46

Closed peterjosling closed 6 years ago

peterjosling commented 6 years ago

Avoids duplicate declarations of the same method.

Switches from using as a method to a filter in templates.

zachomedia commented 6 years ago

Thanks!