mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 23:04:40 +02:00
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:
@@ -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 },
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user