X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=share%2Flua%2Fplaylist%2Fappletrailers.lua;h=dd1a5f1246da3320c16a0419c11f398d87343826;hb=3d37be4f70d386e9751ec41309f82475ffae0ad8;hp=3e2688dab2df9d390d911e5e360bf5433f844cab;hpb=c10f4954f2cdc12c6e593c8975be159415b53619;p=vlc diff --git a/share/lua/playlist/appletrailers.lua b/share/lua/playlist/appletrailers.lua index 3e2688dab2..dd1a5f1246 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 vlc lua edition\"" } ) + table.insert( p, { path = path; name = title..extraname; description = description; url = vlc.path; options = ":http-user-agent=\"QuickTime\"" } ) end if string.match( line, "" ) then