[vlc-devel] commit: appletrailers.lua add the forgotten vlc lua edition (Ilkka Ollakka )

git version control git at videolan.org
Tue Oct 6 21:52:16 CEST 2009


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Oct  6 22:51:29 2009 +0300| [e974af6dfddd165fa493bfd8450f89eed61a8b49] | committer: Ilkka Ollakka 

appletrailers.lua add the forgotten vlc lua edition

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e974af6dfddd165fa493bfd8450f89eed61a8b49
---

 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