Joonas

Results 95 issues of Joonas

Currently it is sent as a integer. Can it be a float?

enhancement

An object that can be createed to keep eg. an entity in sync with what server thinks it should play. Used to get rid of the massive block of if...

enhancement

For parameters of at least the following methods: ``` guessService ```

enhancement

``` lua -- For all title = "x" duration = -1 -- -1 signifies unavailability/non-finite length, but duration MUST still always exist error = "x" -- if video can't be...

enhancement

If eg a video isn't available due to country, there's currently no way to give that information to the dev.

enhancement

Seek() call needs to be after play() for seeking to work.

bug