Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
fixed item model
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Aug 24, 2022
1 parent c74b85d commit f5d490e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sort-by-Play-count/sortByPlayCount.js
Expand Up @@ -22,6 +22,7 @@ async function initSortByPlay() {
let LFMApiKey = "44654ea047786d90338c17331a5f5d95";
let lastFmUsername = "Register Last.FM Username";
let unsupportedChar = /[#&+%\\]/g;
let addLoginContainer;

async function getLocalStorageDataFromKey(key) {
return Spicetify.LocalStorage.get(key);
Expand Down

0 comments on commit f5d490e

Please sign in to comment.