[vlma-devel] commit: podcast.jsp: Display the SAP name instead of the media name. ( Adrien Grand )

git version control git at videolan.org
Sat Jun 28 01:46:07 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Fri Jun 27 22:06:05 2008 +0200| [6e2f86f115a2df05059b575d105fe801438c5815]

podcast.jsp: Display the SAP name instead of the media name.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=6e2f86f115a2df05059b575d105fe801438c5815
---

 .../main/webapp/WEB-INF/jsp/service/podcast.jsp    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vlma-webapp/src/main/webapp/WEB-INF/jsp/service/podcast.jsp b/vlma-webapp/src/main/webapp/WEB-INF/jsp/service/podcast.jsp
index f164042..b473bef 100644
--- a/vlma-webapp/src/main/webapp/WEB-INF/jsp/service/podcast.jsp
+++ b/vlma-webapp/src/main/webapp/WEB-INF/jsp/service/podcast.jsp
@@ -10,7 +10,7 @@
         <generator>VLMa - VideoLAN Manager - http://www.videolan.org/vlma</generator>
         <c:forEach items="${medias}" var="media">
         <item>
-            <title>${media.key.name}</title>
+            <title>${media.key.program.sapName}</title>
             <enclosure url="${media.value}" />
         </item>
         </c:forEach>



More information about the vlma-devel mailing list