mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-10 04:01:37 +02:00
Don't allow seeking in livestream
This commit is contained in:
parent
2875c6ceb8
commit
18e851821c
4 changed files with 39 additions and 5 deletions
|
@ -11,6 +11,7 @@ export interface QueuedSong {
|
|||
url: string;
|
||||
length: number;
|
||||
playlist: QueuedPlaylist | null;
|
||||
isLive: boolean;
|
||||
}
|
||||
|
||||
export default class {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue