Why are you here? Well, ok I guess you can stay :3
- 0 posts
- 1 comment
Joined 3 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Why are you here? Well, ok I guess you can stay :3
I don’t know all that much about jellyfins runtime on android in general, but if it depends on dotnet could you try running
dotnet —infoIf that returns nothing or outdated packages, you could probably install or update them with something along the lines of:
pkg updateapt install --reinstall \ dotnet-hostfxr-9.0 \ dotnet-runtime-9.0 \ aspnetcore-runtime-9.0 \ dotnet-host