jellyfin / jellyfin-chromecast

Chromecast Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
141 stars 43 forks source link

Migrate stopping active encodings to jellyfin-sdk-typescript #681

Closed 3flex closed 2 weeks ago

3flex commented 2 weeks ago

This function is currently unused so there were no call sites to fix.

Removing this unused function is an option but there's an open TODO item here:

https://github.com/jellyfin/jellyfin-chromecast/blob/2990a569df4bcf2a2dd0587376211babff65343b/src/components/maincontroller.ts#L507-L517

So I thought it was best to leave it in case that's ever addressed.