]> git.sesse.net Git - vlc/commitdiff
vimeo.lua: cosmetics
authorPierre Ynard <linkfanel@yahoo.fr>
Wed, 12 Sep 2012 23:18:03 +0000 (01:18 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Wed, 12 Sep 2012 23:18:03 +0000 (01:18 +0200)
share/lua/playlist/vimeo.lua

index 12c29182a3d5e4a91f6cbb4237f86bc3238e62b7..448afc5b793144e9ee256bedfe3be109c340e3d6 100644 (file)
@@ -104,5 +104,5 @@ function parse()
         quality = "hd"
     end
     path = "http://player.vimeo.com/play_redirect?quality="..quality.."&codecs="..codec.."&clip_id="..id.."&time="..tstamp.."&sig="..rsig.."&type=html5_desktop_local"
-    return { { path = path; name = name; arturl = arturl, duration = duration } }
+    return { { path = path; name = name; arturl = arturl; duration = duration } }
 end