Open Issues Need Help
View All on GitHub Adding manifest causes plugin page to crash 4 days ago
AI Summary: The plugin page crashes due to a `System.FormatException` when parsing a version string from the manifest. The error occurs because the version string, like 'v1', includes a 'v' prefix, which is not a valid format for `System.Version.ParseVersion` which expects a numerical format.
Complexity:
1/5
good first issue
Send configurable Jellyfin nag message when people are transcoding but probably shouldn't be.
C#