Title: Found a bug (plus a fix!)
Last modified: August 22, 2016

---

# Found a bug (plus a fix!)

 *  Resolved [Hallyunoona](https://wordpress.org/support/users/hallyunoona/)
 * (@hallyunoona)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/found-a-bug-plus-a-fix/)
 * Hiya,
    Had a bug today where suddenly no videos were showing up in the playlist
   table in admin. It turned out to be because of an apostrophe in the title breaking
   things.
 * I went into ytWebTv_admin.php to see if I could replace the ‘ with a \’, but 
   found you’d already done it!
 * In the file, it had split over three lines though, like this:
 *     ```
       var json = '<?PHP echo str_replace("'
       	","\
       	'",get_option("yt_webtv_channel_".$GLOBALS["yt_webtv_channel"])); ?>';
       ```
   
 * by putting it all back on one line, everything immediately reappeared – it looks
   like the line breaks got messed up.
 *     ```
       var json = '<?PHP echo str_replace("'","\'",get_option("yt_webtv_channel_".$GLOBALS["yt_webtv_channel"])); ?>';
       ```
   
 * Thought I’d let you know, in case it helps and in case anyone else has the same
   issue 🙂
 * [https://wordpress.org/plugins/youtube-webtv/](https://wordpress.org/plugins/youtube-webtv/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Hallyunoona](https://wordpress.org/support/users/hallyunoona/)
 * (@hallyunoona)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/found-a-bug-plus-a-fix/#post-5230690)
 * (Marking as resolved because it doesn’t need a response, but I didn’t know how
   else was best to let you know!)

Viewing 1 replies (of 1 total)

The topic ‘Found a bug (plus a fix!)’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/youtube-webtv.svg)
 * [Youtube WebTv](https://wordpress.org/plugins/youtube-webtv/)
 * [Support Threads](https://wordpress.org/support/plugin/youtube-webtv/)
 * [Active Topics](https://wordpress.org/support/plugin/youtube-webtv/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/youtube-webtv/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/youtube-webtv/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Hallyunoona](https://wordpress.org/support/users/hallyunoona/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/found-a-bug-plus-a-fix/#post-5230690)
 * Status: resolved