Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
change config to adapt to piped
Browse files Browse the repository at this point in the history
  • Loading branch information
uncreativeCultist committed Jul 11, 2024
1 parent ae10558 commit 1dd03db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jagrosh/jmusicbot/BotConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public String getSearching()

public String getPiped()
{
return "NONE".equalsIgnoreCase(pipedURL) ? null : pipedURL;
return pipedURL;
}

public Activity getGame()
Expand Down

0 comments on commit 1dd03db

Please # to comment.