Always use remote url for discord rpc image (#2009)

* add option to force remote url for api calls

* force remote url for discord rpc image
This commit is contained in:
Felix Prillwitz
2026-05-08 06:13:34 +02:00
committed by GitHub
parent cc8910cfd6
commit 5d4547080d
5 changed files with 14 additions and 7 deletions
@@ -284,7 +284,10 @@ export const useDiscordRpc = () => {
) {
try {
const info = await api.controller.getAlbumInfo({
apiClientProps: { serverId: song._serverId },
apiClientProps: {
forceRemoteUrl: true,
serverId: song._serverId,
},
query: { id: song.albumId },
});