mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-10 20:11:37 +02:00
Bump linter version
This commit is contained in:
parent
fd782219ef
commit
dcac22832d
28 changed files with 184 additions and 198 deletions
|
@ -26,7 +26,7 @@ export interface QueuedSong {
|
|||
|
||||
export enum STATUS {
|
||||
PLAYING,
|
||||
PAUSED
|
||||
PAUSED,
|
||||
}
|
||||
|
||||
export default class {
|
||||
|
@ -368,7 +368,7 @@ export default class {
|
|||
'-reconnect_streamed',
|
||||
'1',
|
||||
'-reconnect_delay_max',
|
||||
'5'
|
||||
'5',
|
||||
]);
|
||||
|
||||
if (options.seek) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue