mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-23 03:12:53 +01:00
update: missing app icons
This commit is contained in:
parent
1040c799cf
commit
5251b224f3
@ -78,6 +78,8 @@ waitForElement([".LeftSidebar", ".LeftSidebar__section--rootlist"], (queries) =>
|
||||
case "collection:albums": return "album";
|
||||
case "collection:artists": return "artist";
|
||||
case "collection:podcasts": return "podcasts";
|
||||
case "playlist:local-files": return "localfile";
|
||||
case "stations": return "stations";
|
||||
}})(item.href.replace("spotify:app:", ""));
|
||||
|
||||
item.firstChild.classList.add(`spoticon-${icon}-24`);
|
||||
|
Loading…
Reference in New Issue
Block a user