[vlc-commits] Icecast SD: add Radio in the title
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Fri Jan 13 23:11:12 CET 2012
    
    
  
vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 13 15:45:43 2012 +0100| [185209fa4ac0e78316468f6a32a10b143b47b068] | committer: Jean-Baptiste Kempf
Icecast SD: add Radio in the title
(cherry picked from commit d16dfb3998616e32cb729dcceadd9b429c2886f7)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=185209fa4ac0e78316468f6a32a10b143b47b068
---
 share/lua/sd/icecast.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/lua/sd/icecast.lua b/share/lua/sd/icecast.lua
index 2bfbfc2..764c127 100644
--- a/share/lua/sd/icecast.lua
+++ b/share/lua/sd/icecast.lua
@@ -22,7 +22,7 @@
 require "simplexml"
 
 function descriptor()
-    return { title="Icecast Directory" }
+    return { title="Icecast Radio Directory" }
 end
 
 function main()
    
    
More information about the vlc-commits
mailing list