Don't allow seeking in livestream

This commit is contained in:
Max Isom 2020-03-15 20:11:45 -05:00
parent 2875c6ceb8
commit 18e851821c
4 changed files with 39 additions and 5 deletions

View file

@ -11,6 +11,7 @@ export interface QueuedSong {
url: string;
length: number;
playlist: QueuedPlaylist | null;
isLive: boolean;
}
export default class {