2024-06-25, 02:19 AM
You need to remove the unstable plugins catalog.
In /etc/jellyfin/system.xml there will be a block for all the repos you have added to your install.
Remove the entry for the unstable repo.
In /etc/jellyfin/system.xml there will be a block for all the repos you have added to your install.
Code:
<PluginRepositories>
<RepositoryInfo>
<Name>Jellyfin Stable</Name>
<Url>https://repo.jellyfin.org/files/plugin/manifest.json</Url>
<Enabled>true</Enabled>
</RepositoryInfo>
<RepositoryInfo>
<Name>Cloud9</Name>
<Url>https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/manifest.json</Url>
<Enabled>true</Enabled>
</RepositoryInfo>
</PluginRepositories>
Remove the entry for the unstable repo.