diff --git a/Readme.md b/Readme.md index ccd52da..7600fa2 100644 --- a/Readme.md +++ b/Readme.md @@ -56,7 +56,7 @@ It works best if you already know which podcasts you want to monitor. However th ### Motivation -Podgrab started as a tool that I initially built to solve a specific problem I had. During the COVID pandemic times I started going for a run. I do not prefer taking by phone along so I would add podcast episodes to my smart watch which could be connected with my bluetooth earphones. Most podcasting apps do not expose the mp3 files directly which is why I decided to build this quick tool for myself. Once it reached a stage where my requirements were fulfilled I decided to make it a little pretty and share it with everyone else. +Podgrab started as a tool that I initially built to solve a specific problem I had. During the COVID pandemic times I started going for a run. I do not prefer taking my phone along so I would add podcast episodes to my smart watch which could be connected with my bluetooth earphones. Most podcasting apps do not expose the mp3 files directly which is why I decided to build this quick tool for myself. Once it reached a stage where my requirements were fulfilled I decided to make it a little pretty and share it with everyone else. ![Product Name Screen Shot][product-screenshot] [More Screenshots](Screenshots.md) diff --git a/client/episodes.html b/client/episodes.html index 645c84e..5af4ab6 100644 --- a/client/episodes.html +++ b/client/episodes.html @@ -163,13 +163,13 @@ {{end}} {{end}} {{end }} @@ -374,7 +374,7 @@ if(!socket){ return } - socket.send(getWebsocketMessage("Enqueue",`{"itemId":"${id}"}`)) + socket.send(getWebsocketMessage("Enqueue",`{"itemIds":${JSON.stringify(id)}}`)) } function enquePodcast(id){ if(!socket){