mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
Added game file size
This commit is contained in:
@@ -24,7 +24,7 @@ export class GamesService implements GamesApi {
|
||||
}
|
||||
|
||||
downloadGame(slug: String): void {
|
||||
window.open(`v1/${this.apiPath}/game/${slug}/download`, '_top');
|
||||
window.open(`v1${this.apiPath}/game/${slug}/download`, '_top');
|
||||
}
|
||||
|
||||
getGameOverviews(): Observable<GameOverviewDto[]> {
|
||||
|
||||
Reference in New Issue
Block a user