mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-18 03:01:09 +01:00
🐛 Anonymous Plex user
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export type GenericSessionInfo = {
|
||||
supportsMediaControl: boolean;
|
||||
username: string | undefined;
|
||||
id: string;
|
||||
id: string | undefined;
|
||||
sessionName: string;
|
||||
userProfilePicture: string | undefined;
|
||||
currentlyPlaying: GenericCurrentlyPlaying | undefined;
|
||||
|
||||
Reference in New Issue
Block a user