Andrei Oanca
Andrei Oanca
**Changes** Allows a session to enable SyncPlay on another session (only if the feature is supported). `jellyfin-web` PR [here](https://github.com/jellyfin/jellyfin-web/pull/2203). `jellyfin-apiclient-javascript` PR [here](https://github.com/jellyfin/jellyfin-apiclient-javascript/pull/94). **Issues** Related to #3855.
**Changes** Add visibility property to SyncPlay groups: - Public: visible and joinable by all users; - Invite only: visible and joinable only by invited users; - Private: visible and joinable...
Hi, I think that `package.json` should be updated from ``` { "main": "split-pane.js", ... } ``` to ``` { "main": "angular-split-pane.js", ... } ``` otherwise `require` will fail to locate...