Skip to content

Commit

Permalink
Fixed itunes query url
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Jan 18, 2025
1 parent 5f0ea21 commit b81d317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/inner_constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::fmt::Formatter;
use std::str::FromStr;
use std::sync::LazyLock;

pub static ITUNES_URL: &str = "https://itunes.apple.com/search?term=";
pub static ITUNES_URL: &str = "https://itunes.apple.com/search";

#[derive(Serialize, Deserialize, Debug)]
pub enum PodcastType {
Expand Down

0 comments on commit b81d317

Please sign in to comment.