Shreyansh Mishra

Results 3 issues of Shreyansh Mishra

- [x] I have read [CONTRIBUTING.md](https://github.com/iina/iina/blob/develop/CONTRIBUTING.md) - [x] This implements/fixes issue #. --- **Description:** This commit adds the requested feature #4366. Changes: - Option added to always show OSC in...

- [x] I have read [CONTRIBUTING.md](https://github.com/iina/iina/blob/develop/CONTRIBUTING.md) - [x] This implements/fixes issue #. --- **Description:** This commit fixes the duplicate plugin installation issue by checking if the plugin already exists and...

handleInput method takes parameter AnyObject and then casts it to URL and Data. These two are not classes but structs and user won't be able to pass URL and Data...