diff --git a/src/main/features/core/remote/index.ts b/src/main/features/core/remote/index.ts index be192734..fe3f8068 100644 --- a/src/main/features/core/remote/index.ts +++ b/src/main/features/core/remote/index.ts @@ -405,7 +405,7 @@ const enableServer = (config: RemoteConfig): Promise => { } case 'proxy': { const toFetch = currentState.song?.imageUrl?.replaceAll( - /&(size|width|height=\d+)/g, + /&(size|width|height)=\d+/g, '', );