Closed anthonylavado closed 4 years ago
For reference on the tray app issues:
https://www.reddit.com/r/jellyfin/comments/eg7kf1/the_tray_app_refuses_to_start/fc4vead/
A lot of related work will happen here: https://github.com/jellyfin/jellyfin-server-windows/issues/17
Update the app to use .NET Core 3.1, and investigate how we can share the runtime files extracted by Jellyfin, to make the app more reliable.
The current self-extract method from .NET Core 3.0 is prone to "losing" files, and this causes the tray app to "stop working".