feat: add support for VikingFile and display if link is available

This commit is contained in:
Moyasee
2026-01-02 23:20:08 +02:00
parent 9769eecec6
commit 8fa33119d6
12 changed files with 226 additions and 35 deletions

View File

@@ -20,6 +20,7 @@ export interface GameRepack {
title: string;
fileSize: string | null;
uris: string[];
unavailableUris: string[];
uploadDate: string | null;
downloadSourceId: string;
downloadSourceName: string;