[vlc-devel] commit: appletrailers.lua add the forgotten vlc lua edition (Ilkka Ollakka )
git version control
git at videolan.org
Tue Oct 6 22:05:44 CEST 2009
vlc | branch: 1.0-bugfix | Ilkka Ollakka <ileoo at videolan.org> | Tue Oct 6 22:51:29 2009 +0300| [a3c4894910123c30fe40d6cac31d9280593a1b54] | committer: Ilkka Ollakka
appletrailers.lua add the forgotten vlc lua edition
(cherry picked from commit e974af6dfddd165fa493bfd8450f89eed61a8b49)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a3c4894910123c30fe40d6cac31d9280593a1b54
---
share/lua/playlist/appletrailers.lua | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/lua/playlist/appletrailers.lua b/share/lua/playlist/appletrailers.lua
index dd1a5f1..3e2688d 100644
--- a/share/lua/playlist/appletrailers.lua
+++ b/share/lua/playlist/appletrailers.lua
@@ -53,7 +53,7 @@ function parse()
else
extraname = ""
end
- table.insert( p, { path = path; name = title..extraname; description = description; url = vlc.path; options = ":http-user-agent=\"QuickTime\"" } )
+ table.insert( p, { path = path; name = title..extraname; description = description; url = vlc.path; options = ":http-user-agent=\"QuickTime vlc lua edition\"" } )
end
if string.match( line, "<title>" )
then
More information about the vlc-devel
mailing list