mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 08:15:37 +00:00
Implemented filter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export class GenreDto {
|
||||
slug!: string;
|
||||
name?: string;
|
||||
name!: string;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export class ThemeDto {
|
||||
slug!: string;
|
||||
name?: string;
|
||||
name!: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user