mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
3 lines
135 B
TypeScript
3 lines
135 B
TypeScript
export function downloadGame(gameId: number, provider: string) {
|
|
window.open(`/download/${gameId}?provider=${provider}`, '_top');
|
|
} |