mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-26 12:55:59 +01:00
Merge pull request #190 from JulienMaille/DribbblishDynamic-fix
FIX for local files #189
This commit is contained in:
commit
416041e9ae
@ -277,6 +277,10 @@ async function songchange() {
|
||||
// podcast?
|
||||
nearTrackSpan.innerText = ""
|
||||
nearArtistSpan.innerText = Spicetify.Player.data.track.metadata.album_title
|
||||
} else if (Spicetify.Player.data.track.metadata.is_local=="true") {
|
||||
// local?
|
||||
nearTrackSpan.innerText = ""
|
||||
nearArtistSpan.innerText = Spicetify.Player.data.track.metadata.album_title
|
||||
} else {
|
||||
// When clicking a song from the homepage, songChange is fired with half empty metadata
|
||||
// todo: retry only once?
|
||||
|
Loading…
Reference in New Issue
Block a user