Skip to content

Commit

Permalink
fixed tidal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nansess committed Apr 10, 2024
1 parent f79e6ad commit 5417601
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public class TidalSourceManager
extends MirroringAudioSourceManager
implements HttpConfigurable {

public static final Pattern URL_PATTERN = Pattern.compile(
"https?://(?:(?:listen|www)\\.)?tidal\\.com/(?:browse/)?(?<type>album|track|playlist)/(?<id>[a-zA-Z0-9\\-]+)(?:\\?.*)?"
);
public static final Pattern URL_PATTERN = Pattern.compile(
"https?://(?:(?:listen|www)\\.)?tidal\\.com/(?:browse/)?(?<type>album|track|playlist)/(?<id>[a-zA-Z0-9\\-]+)(?:\\?.*)?"
);


public static final String SEARCH_PREFIX = "tdsearch:";
Expand Down

0 comments on commit 5417601

Please sign in to comment.