mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
8e23549336
Now libraries can be assigned to platforms in the admin section. Games will be assigned to libraries on scanning. Resolves grimsi/gameyfin#31 Co-authored-by: shawly <shawlyde@gmail.com>
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
export class PlatformDto {
|
|
slug!: string;
|
|
name!: string;
|
|
platformLogoId?: string;
|
|
}
|