Tim Schmidt

Results 13 comments of Tim Schmidt

@lightmaster easiest way I found to do it is to find your `qbittorrent.[ini|conf]` file and clear out the `WebUI\RootFolder` setting.

Getting this as well. Problem is duration is only assigned [here](https://github.com/imherrera/compose-video-player/blob/1fddb586f2a0bfb25f6448d5cf3a8aae5342d604/videoplayer/src/main/java/com/imherrera/videoplayer/VideoPlayerState.kt#L144) but in my case this is only called once when state is `STATE_BUFFERING` so duration is still zero. But...

I tried messing with viewBox and viewport in the completion handler of sd_setImage and couldn't get it working so I reverted back to using SVGKit directly. One problem I had...