-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor main.go to require only Spotify URL
Streamline the user input process to require only Spotify URLs instead of a track name or URL. Removed the flexibility of inputting a track name as it leads to confusion and uncertainty about the input format. This change simplifies the user interaction with the application and it ensures that the correct format (Spotify URL) is always used, reducing the chance of error. Error messages and usage template are also updated accordingly to reflect this change.
- Loading branch information
Showing
1 changed file
with
20 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters