[vlc-commits] Icecast SD: add Radio in the title
Jean-Baptiste Kempf
git at videolan.org
Fri Jan 13 15:45:32 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 13 15:45:43 2012 +0100| [d16dfb3998616e32cb729dcceadd9b429c2886f7] | committer: Jean-Baptiste Kempf
Icecast SD: add Radio in the title
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d16dfb3998616e32cb729dcceadd9b429c2886f7
---
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