Feu-Secret/Tokenmagic

`loop` flag for Sprite filter is not working

LeRatierBretonnien opened this issue · 1 comments

Module Version: v0.6.1.2
Foundry v10.288

When applying "sprite" filter with a webm, the video is playing infinitly, even if 'loop' is set to false :

image

The proper fix is :

        if ( value ) game.video.play(source, {playing: true, loop: this._loop});