Index: mythweb/modules/tv/tmpl/default/recorded.php
===================================================================
--- mythweb/modules/tv/tmpl/default/recorded.php	(revision 23247)
+++ mythweb/modules/tv/tmpl/default/recorded.php	(working copy)
@@ -473,7 +473,7 @@
           )
         .'</div>';
 
-    echo '<div id="feed_buttons"><a href="rss'.$_SERVER['REQUEST_URI'].'"><img src="'.skin_url.'/img/rss2.0.gif"></a></div>';
+    echo '<div id="feed_buttons"><a href="'.str_replace('tv','rss/tv',$_SERVER['REQUEST_URI']).'"><img src="'.skin_url.'/img/rss2.0.gif"></a></div>';
 
 // Print the page footer
     require 'modules/_shared/tmpl/'.tmpl.'/footer.php';

