This commit is contained in:
@@ -214,7 +214,7 @@ pub fn setup_podcast_callbacks(
|
||||
std::thread::spawn(move || {
|
||||
match podcast_id_string.parse::<i64>() {
|
||||
Ok(id) => {
|
||||
match synchronicity::agents::podcast::get_podcast_episodes(id) {
|
||||
match synchronicity::agents::podcast::get_podcast_episodes(id, 100) {
|
||||
Ok(json_response) => {
|
||||
match serde_json::from_str::<synchronicity::agents::podcast::PodcastEpisodesResponse>(&json_response) {
|
||||
Ok(response) => {
|
||||
|
||||
Reference in New Issue
Block a user