d-matt / piwigo-jplayer

jPlayer port for piwigo. Play your videos and audio tracks on your web gallery!
6 stars 5 forks source link

Won't skip when it is a standard picture #1

Closed xbgmsharp closed 12 years ago

xbgmsharp commented 12 years ago

Hello,

Thanks for your plugins. Your plugins works quite well. However it show on everypage. It won't skip even when it should display a standard picture. After looking at the code the issue seen to be here. I have test with piwigo-2.3.5 and piwigo-2.4, both with the same behavior. The entry ['is_picture'] is not present in $picture['current']

    // do nothing if the current picture is actually an image !
    if ( @$picture['current']['is_picture'] )
d-matt commented 12 years ago

Thank you for repporting this bug. I can see that there were some changes in piwigo's core related to the new derivative features. I'll try to release a fix ASAP.

xbgmsharp commented 12 years ago

Great thx.