]> git.sesse.net Git - vlc/commitdiff
Oops. (shouldn't change anything except remove a few warnings in the logs)
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 10 Sep 2008 00:35:12 +0000 (02:35 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 10 Sep 2008 00:35:12 +0000 (02:35 +0200)
share/lua/meta/01_musicbrainz.lua

index 030f420781026c8f89ad9f18aa42378d1eae70ca..74f07e5155f7b30db82fce14af436fea50558ecc 100644 (file)
@@ -31,7 +31,7 @@ function fetch_art()
     local l = vlc.object.libvlc()
     local t = vlc.var.get( l, "musicbrainz-previousdate" )
     if t ~= nil then
-        if t + 10000000. > vlc.misc.mdate() then
+        if t + 1000000. > vlc.misc.mdate() then
             vlc.msg.warn( "We must wait 1 second between requests unless we want to be blacklisted from the musicbrainz server." )
             vlc.misc.mwait( t + 1000000. )
         end