🐛 Anonymous Plex user

This commit is contained in:
Manuel
2023-04-14 12:22:11 +02:00
parent 632a9967fd
commit 5ae6b39fa9
3 changed files with 85 additions and 25 deletions

View File

@@ -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;