fix: try removing types

This commit is contained in:
Viren070
2025-06-19 23:25:45 +01:00
committed by GitHub
parent 8664e004e2
commit 10c4e2d51f
@@ -48,7 +48,6 @@ const manifest = async (config?: UserData): Promise<Manifest> => {
logo:
config?.addonLogo ||
'https://raw.githubusercontent.com/Viren070/AIOStreams/refs/heads/main/packages/frontend/public/assets/logo.png',
types: [],
behaviorHints: {
configurable: true,
configurationRequired: config ? false : true,