[vlc-devel] commit: Oops. (shouldn' t change anything except remove a few warnings in the logs) ( Antoine Cellerier )

git version control git at videolan.org
Wed Sep 10 02:32:20 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Sep 10 02:35:12 2008 +0200| [90d15c424dc3ffc9995901620870809b9843f4e3] | committer: Antoine Cellerier 

Oops. (shouldn't change anything except remove a few warnings in the logs)

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

 share/lua/meta/01_musicbrainz.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/lua/meta/01_musicbrainz.lua b/share/lua/meta/01_musicbrainz.lua
index 030f420..74f07e5 100644
--- a/share/lua/meta/01_musicbrainz.lua
+++ b/share/lua/meta/01_musicbrainz.lua
@@ -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




More information about the vlc-devel mailing list