mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
Move package "de.grimsi.gameyfin" to "org.gameyfin"
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function downloadGame(gameId: number, provider: string) {
|
||||
window.open(`/download/${gameId}?provider=${provider}`, '_top');
|
||||
}
|
||||
Reference in New Issue
Block a user