Skip to content

Commit

Permalink
Merge branch 'master' into logging-add-reject-case-to-song-matching-p…
Browse files Browse the repository at this point in the history
…romise
  • Loading branch information
taahamahdi authored Oct 24, 2023
2 parents 1632dbf + abb24fd commit fd45094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/spotify_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const logger = new IPCLogger("spotify_manager");

const BASE_URL = "https://api.spotify.com/v1";

const SONG_MATCH_TIMEOUT_MS = 30000;
const SONG_MATCH_TIMEOUT_MS = 90000;

export default class SpotifyManager {
public cachedPlaylists: {
Expand Down

0 comments on commit fd45094

Please sign in to comment.