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

@@ -1,4 +1,5 @@
import { Component, ElementRef, Input, OnDestroy, OnInit, QueryList, ViewChild, ViewChildren } from '@angular/core';
import { DatabaseFile } from 'api-types';
import { PostsService } from 'app/posts.services';
@Component({
@@ -20,7 +21,7 @@ export class TwitchChatComponent implements OnInit, OnDestroy {
scrollContainer = null;
@Input() db_file = null;
@Input() db_file: DatabaseFile = null;
@Input() sub = null;
@Input() current_timestamp = null;