Info icon now appears for playlist files in the player component

Added missing data types
This commit is contained in:
Tzahi12345
2023-01-07 02:04:20 -05:00
parent 121f5586a6
commit ba438eca02
5 changed files with 44 additions and 17 deletions

View File

@@ -14,4 +14,5 @@ export type Playlist = {
duration: number;
user_uid?: string;
auto?: boolean;
sharingEnabled?: boolean;
};