We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba316b commit a9f85cfCopy full SHA for a9f85cf
main/src/main/java/com/github/topi314/lavasrc/spotify/SpotifyTokenTracker.java
@@ -33,7 +33,7 @@
33
public class SpotifyTokenTracker {
34
private static final Logger log = LoggerFactory.getLogger(SpotifyTokenTracker.class);
35
36
- private static final Pattern SECRET_PATTERN = Pattern.compile("\\(\\[(\\d+(?:,\\d+)+)]\\)");
+ private static final Pattern SECRET_PATTERN = Pattern.compile("\"secret\":\\[(\\d+(?:,\\d+)+)]");
37
38
private final SpotifySourceManager sourceManager;
39
0 commit comments