]> git.sesse.net Git - vlc/commitdiff
appletrailers.lua add the forgotten vlc lua edition
authorIlkka Ollakka <ileoo@videolan.org>
Tue, 6 Oct 2009 19:51:29 +0000 (22:51 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Tue, 6 Oct 2009 19:51:29 +0000 (22:51 +0300)
share/lua/playlist/appletrailers.lua

index dd1a5f1246da3320c16a0419c11f398d87343826..3e2688dab2df9d390d911e5e360bf5433f844cab 100644 (file)
@@ -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