mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-06 12:21:06 +01:00
✨ Add TV show name in media info and style changes
This commit is contained in:
@@ -10,6 +10,7 @@ export type GenericSessionInfo = {
|
||||
export type GenericCurrentlyPlaying = {
|
||||
name: string;
|
||||
seasonName: string | undefined;
|
||||
episodeName: string | undefined;
|
||||
albumName: string | undefined;
|
||||
episodeCount: number | undefined;
|
||||
type: 'audio' | 'video' | 'tv' | 'movie' | undefined;
|
||||
|
||||
Reference in New Issue
Block a user